.review {
	display: flex;
	align-items: center;
	gap: 60px;
}
.review__banner {
	max-width: 409px;
}
.review__banner-title {
	font-size: 64px;
	font-weight: 900;
	line-height: 1;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.review__banner-text {
	position: relative;
	padding: 30px 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	color: #40410b;
	margin-bottom: 6px;
	text-align: center;
	text-transform: uppercase;
	background-image: url('../img/back-rectangle-yellow..png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.review__banner-text span {
	position: relative;
	z-index: 1;
}
.review__banner-text svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.review__banner-text svg path {
	fill: #faff00;
}
.review__banner-percent {
	position: relative;
	padding: 32px 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 34px;
	font-weight: 900;
	line-height: 1;
	color: #0d1221;
	margin-bottom: 17px;
	text-align: center;
	text-transform: uppercase;
	background-image: url('../img/back-rectangle-white..png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.review__banner-percent span {
	position: relative;
	z-index: 1;
}
.review__banner-percent svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.review__banner-percent svg path {
	fill: #ffffff;
}
.review__more {
	width: 100%;
}
.review__list {
	max-width: 342px;
}
.review__list-item {
	position: relative;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	color: #ffffff;
	padding-left: 25px;
}
.review__list-item:last-child {
	margin-bottom: 0;
}
.review__list-item::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #faff00;
}

@media screen and (max-width: 1275px) {
	.review {
		display: flex;
		align-items: center;
		gap: 30px;
	}
	.review__banner {
		max-width: 302px;
	}
	.review__banner-title {
		font-size: 38px;
	}
	.review__banner-text {
		padding: 24px 9px;
		font-size: 16px;
		margin-bottom: 2px;
	}
	.review__banner-percent {
		padding: 24px 8px;
		font-size: 16px;
		margin-bottom: 2px;
	}
	.review__more {
		width: 100%;
		font-size: 16px;
		padding: 24px;
	}
}
@media screen and (max-width: 780px) {
	.review {
		display: flex;
		align-items: center;
		gap: 30px;
	}
	.review__banner {
		max-width: 212px;
	}
	.review__banner-title {
		font-size: 20px;
	}
	.review__banner-text {
		padding: 10px 9px;
		font-size: 13px;
		margin-bottom: 2px;
	}
	.review__banner-percent {
		padding: 16px 8px;
		font-size: 13px;
		margin-bottom: 2px;
	}
	.review__more {
		width: 100%;
		font-size: 14px;
		padding: 16px;
	}
	.review__list {
		display: none;
	}
} /*# sourceMappingURL=section-school-review.css.map */
