.veha-price-page__title{
	text-align: center;
}

.veha-price-offers-intro-wrap {
	padding-bottom: 0;
}

.veha-price-offers-intro {
	margin-bottom: 32px;
	color: #2c3e4c;
}

.veha-price-offers {
	color: #2c3e4c;
}

.veha-price-offer {
	max-width: inherit;
	padding: 32px 0;
	border-top: 1px solid #e5e5e5;
}

.veha-price-offer:first-of-type {
	border-top: none;
	padding-top: 0;
}

.veha-price-offer__title {
	margin: 0 0 12px;
	font-size: 28px;
	line-height: 1.25;
	color: #2c3e4c;
	text-align: center;
}

.veha-price-offer__from {
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: 700;
	color: #111;
	text-align: center;
}

.veha-price-offer__text {
	margin-bottom: 24px;
}

.veha-price-offer__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 16px 24px;
	margin-top: 8px;
}

.veha-price-offer__actions .btn {
	min-width: 0;
	min-height: 60px;
	padding: 12px 28px;
}

.veha-price-offer__btn-quote {
	background-color: #fff;
	color: #14a8f2;
	border: 2px solid #14a8f2;
}

.veha-price-offer__btn-quote:hover {
	background-color: #14a8f2;
	color: #fff;
}

@media (max-width: 768px) {
	.veha-price-offer {
		padding: 24px 0;
	}

	.veha-price-offer__title {
		font-size: 22px;
	}

	.veha-price-offer__from {
		font-size: 17px;
	}
}
