
.features_bx {
	display: flex;
	gap: 6%;
	margin:15% 0;
}
.features_bx1 {
	width: 64%;
}
.features_bx1 p{
	line-height:2;
}
.features_bx2 {
	width: 30%;
}
.features_bx2 p{
	text-align:center;
	font-size:0.7em;
}



@media (max-width: 768px){
.features_txt{
	width:90%;
}
.features_bx {
	flex-direction:column;
}
.features_bx1 {
	width: 100%;
}
.features_bx2 {
	width: 100%;
}
.features_bx2 img{
	width: 100%;
}
	}






