.hvv-page-about {
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}

.hvv-page-about__header {
	display: flex;
	align-items: center;
	gap: 70px;
	padding: 100px 80px 0 0;
	margin-bottom: 64px;
}

.hvv-page-about__bar {
	width: 111px;
	height: 10px;
	background: #BD0707;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	display: block;
	flex-shrink: 0;
}

.hvv-page-about__title {
	margin: 0;
	color: #000;
	font-family: Montserrat, sans-serif;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 1.6px;
	line-height: normal;
	text-transform: uppercase;
}

.hvv-page-about__image-wrap {
	margin: 0 auto;
	max-width: 1598px;
	padding: 0 20px;
	box-sizing: content-box;
}

.hvv-page-about__image {
	display: block;
	width: 100%;
	max-width: 1598px;
	height: 834px;
	object-fit: cover;
	border-radius: 26px;
}

.hvv-page-about__content {
	max-width: 1278px;
	margin: 80px auto 120px;
	padding: 0 20px;
	color: #000;
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: normal;
}

.hvv-page-about__content p {
	margin: 0 0 24px 0;
}

.hvv-page-about__content p:empty {
	margin: 0;
	height: 12px;
}

.hvv-page-about__content p:last-child {
	margin-bottom: 0;
}

.hvv-page-about__content strong {
	font-weight: 700;
}

.hvv-page-about__content a {
	color: #1A8DA1;
	text-decoration: underline;
}

.hvv-page-about__content a:hover {
	color: #15707f;
}

@media screen and (max-width: 1199px) {
	.hvv-page-about__header {
		padding: 60px 40px 0 0;
		gap: 40px;
	}
	.hvv-page-about__image {
		height: auto;
		aspect-ratio: 1598 / 834;
	}
	.hvv-page-about__content {
		margin: 60px auto 80px;
	}
}

@media screen and (max-width: 768px) {
	.hvv-page-about__header {
		padding: 40px 20px 0 0;
		gap: 16px;
		margin-bottom: 40px;
	}
	.hvv-page-about__bar {
		width: 48px;
		height: 8px;
	}
	.hvv-page-about__title {
		font-size: 28px;
		letter-spacing: 1.12px;
	}
	.hvv-page-about__content {
		font-size: 18px;
		margin: 40px auto 60px;
	}
	.hvv-page-about__content p {
		margin-bottom: 18px;
	}
}

/* ----- Figma "Про нас / Лендінг" mobile (390px) ----- */
@media screen and (max-width: 767px) {
	.hvv-page-about__header {
		padding: 24px 20px 0 0 !important;
		gap: 16px !important;
		margin-bottom: 16px !important;
		align-items: center !important;
	}
	.hvv-page-about__bar {
		width: 34px !important;
		height: 3px !important;
		border-top-right-radius: 10px !important;
		border-bottom-right-radius: 10px !important;
		border-top-left-radius: 0 !important;
		border-bottom-left-radius: 0 !important;
		background: #BD0707 !important;
		flex-shrink: 0 !important;
	}
	.hvv-page-about__title {
		font-size: 12px !important;
		font-weight: 700 !important;
		letter-spacing: 0.48px !important;
		color: #393737 !important;
		text-transform: uppercase !important;
		line-height: 1.2 !important;
	}
	.hvv-page-about__image-wrap {
		padding: 0 20px !important;
		margin: 0 auto 16px !important;
		max-width: 100% !important;
	}
	.hvv-page-about__image {
		width: 100% !important;
		height: auto !important;
		aspect-ratio: 350 / 186 !important;
		border-radius: 6px !important;
		max-width: none !important;
		object-fit: cover !important;
	}
	.hvv-page-about__content {
		font-size: 11px !important;
		line-height: 1.4 !important;
		padding: 0 20px !important;
		margin: 0 auto 40px !important;
		max-width: 100% !important;
		color: #000 !important;
	}
	.hvv-page-about__content p {
		margin: 0 0 14px 0 !important;
	}
	.hvv-page-about__content p:empty {
		height: 6px !important;
	}
	.hvv-page-about__content p:last-child {
		margin: 0 !important;
	}
}
