.about_hero-content {
	padding: 79px 62px 129px;
	background: url('../images/hero.jpg') center/cover no-repeat;
	overflow: hidden;
	border-radius: 24px;
}

@media (max-width: 767px) {
	.about_hero-content {
		background-image: url('../images/hero-mobile.jpg');
		padding: 60px 20px 100px;
	}
}

.about_hero-pretitle {
	margin-bottom: 20px;
	color: #fed237;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.about_hero-description {
	color: rgba(255, 255, 255, 0.87);
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 500;
	line-height: 29px;
	max-width: 730px;
}

.about_info__content {
	padding: 80px 0;
	max-width: 1070px;
	margin: 0 auto;
}

.about_info__content--description {
	margin-bottom: 80px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.about_info__content--description p {
	color: #1f1f1f;
	text-align: center;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 155%;
}

.about_info-promo {
	border-radius: 20px;
	background: #0265cb;
	padding: 110px 40px 23px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 48px;
	position: relative;
}

.about_info-promo--quote {
	color: #fed237;
	leading-trim: both;
	text-edge: cap;
	font-family: Montserrat;
	font-size: 120px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	position: absolute;
	top: 0;
}

.about_info-promo--desc {
	color: rgba(255, 255, 255, 0.95);
	text-align: center;
	font-family: Montserrat;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
}

.about_info-promo--who {
	color: rgba(255, 255, 255, 0.6);
	text-align: center;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.about_ways {
	padding-bottom: 100px;
}

.about_ways-title {
	color: #1f1f1f;
	text-align: center;
	font-family: 'Blogger Sans';
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.about_ways-items {
	margin: 48px 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.about_ways-item {
	padding: 42px 32px;
	border-radius: 16px;
	border: 1px solid rgba(2, 101, 203, 0.12);
	background: #fff;
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: center;
	text-align: center;
}

.about_ways-item-title {
	color: #0265cb;
	text-align: center;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.about_ways-item-desc {
	color: #3a4a5c;
	text-align: center;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 125% */
}

.about_ways-ua {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.about_ways-ua--yellow {
	background:
		linear-gradient(0deg, #fed237 0%, #fed237 100%),
		linear-gradient(0deg, #fed237 0%, #fed237 100%),
		linear-gradient(0deg, #fed237 0%, #fed237 100%), #fed237;
	height: 2px;
	width: full;
}

.about_ways-ua--blue {
	background: #0265cb;
	height: 2px;
	width: full;
}

.about_approach {
	margin-bottom: 100px;
}

.about_approach_content {
	border-radius: 24px;
	background: #fff;
	padding: 60px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
}

.about_approach-left {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.about_approach-pretitle {
	color: #0265cb;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.about_approach-title {
	color: #1f1f1f;
	font-family: 'Blogger Sans';
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.about_approach-desc {
	color: #1f1f1f;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	max-width: 500px;
}

.about_approach-right {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.about_approach-right-item {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 20px;
}

.about_approach-right-item--icon {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #0265cb;
	flex-shrink: 0;
}

.about_approach-right-item--desc {
	color: #1f1f1f;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

@media (max-width: 900px) {
	.about_approach_content {
		grid-template-columns: 1fr;
		gap: 40px;
		padding: 40px;
	}

	.about_approach-desc {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.about_info__content {
		padding: 40px 20px;
	}

	.about_info__content--description {
		margin-bottom: 40px;
	}

	.about_info__content--description p {
		font-size: 16px;
		line-height: 150%;
	}

	.about_info-promo {
		padding: 80px 20px 20px;
		gap: 32px;
	}

	.about_info-promo--quote {
		font-size: 80px;
	}

	.about_info-promo--desc {
		font-size: 18px;
		line-height: 28px;
	}

	.about_info-promo--who {
		font-size: 14px;
	}

	.about_ways {
		padding-bottom: 60px;
	}

	.about_ways-title {
		font-size: 28px;
		padding: 0 20px;
	}

	.about_ways-items {
		margin: 32px 0;
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.about_ways-item {
		padding: 32px 24px;
	}

	.about_ways-item-title {
		font-size: 18px;
	}

	.about_ways-item-desc {
		font-size: 15px;
		line-height: 22px;
	}

	.about_approach_content {
		padding: 40px 20px;
		gap: 32px;
	}

	.about_approach {
		margin-bottom: 60px;
	}

	.about_approach-left {
		gap: 12px;
	}

	.about_approach-title {
		font-size: 28px;
	}

	.about_approach-desc {
		font-size: 16px;
		max-width: 100%;
	}

	.about_approach-right {
		gap: 6px;
	}

	.about_approach-right-item {
		padding: 6px 12px;
		gap: 12px;
	}

	.about_approach-right-item--icon {
		width: 8px;
		height: 8px;
	}

	.about_approach-right-item--desc {
		font-size: 16px;
	}

	.about_info__content--description {
		margin-bottom: 60px;
		gap: 16px;
	}
}
