.advantages1 {
	padding-top: 32px;
	padding-bottom: 80px;
}

.advantages1__subtitle {
	color: #2F67B1;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.04em;
	margin-bottom: 24px;
}

body .advantages1__title {
	color: #383838;
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 24px;
	text-align: left;
}

.advantages1__list1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -12px;
	margin-top: -24px;
}

.advantages1__col1 {
	display: flex;
	width: 25%;
	padding: 0 12px;
	margin-top: 24px;
}

.advantages1-item1 {
	width: 100%;
	background-color: #E2E8FD;
	border: 1px solid #d9d9d9;
	border-radius: 12px;
	padding: 24px 20px;
}

.advantages1-item1__icon {
	width: 40px;
	height: 40px;
	background: linear-gradient(141.34deg, #2F67B1 8.08%, #1D3E85 109.09%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
}

.advantages1-item1__text {
	font-size: 15px;
	line-height: 1.13;
	font-weight: 700;
	color: #383838;
}

@media (max-width: 1200px) {
	.advantages1 {
		padding-top: 15px;
		padding-bottom: 30px;
	}

	.advantages1__col1 {
		width: 33.333%;
	}
}

@media (max-width: 750px) {
	body .advantages1__title {
		font-size: 22px;
	}

	.advantages1__list1 {
		margin: 0 -5px;
		margin-top: -10px;
	}

	.advantages1__col1 {
		width: 50%;
		padding: 0 5px;
		margin-top: 10px;
	}

	.advantages1-item1 {
		padding: 15px;
	}
	
}