
.advantages_education{
	padding: 2rem 1.5rem;
	border-radius: var(--border-radius-s14);
	background: var(--ligth-grey);
	color: black;
}

.advantages_education_block{
	padding: 1rem;
	border-radius: var(--border-radius-s14);
	background: white;
	color: #000;
}

.advantages_education_block_title_number{
	display: inline-block;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	font-size: var(--s18);
	font-weight: 700;
	border-radius: 50%;
	background: var(--ligth-green);
}

.advantages_education_block_title{
	font-weight: 500;
}

.advantages_education_block_description{
	font-size: var(--s14);
}