@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans+Semi+Condensed:wght@200;400;600&display=swap');

.head_font{
	font-family: 'Sofia Sans Semi Condensed', sans-serif;
	font-weight: 600;
}
.capi{
	text-transform: uppercase;
}
.overlay_bg{
	width: 100%;
	height: 100%;
	position: absolute;
	background: #000;
	opacity: .6;
	top: 0;
}
.title_small{
	font-size: 40px;
	font-weight: 200;
}
.benefits_icons{
	font-size: 40px;
	color: #4F45E4;
}
.small_icon{
	font-size: 20px;
}