.benefits{
	margin: 80px 0;
}
.benefits h2{
	margin-bottom: 48px;
}
.benefits h2:after{
	background: var(--main-color);
}
.benefits .cards{
	gap: 20px 0;
}

@media( max-width: 767px ){
	.benefits{
		margin: 64px 0;
	}
	.benefits h2{
		margin-bottom: 32px;
	}
}