
@media only screen and (max-width: 992px) {
	 .count_tiles {
	text-align: center;
	margin-top: 30px;
}
.tiles_box{
	margin-top: 20px;
}

}
@media only screen and (max-width: 768px){
	.title_count{
		text-align: center;
	}

	h1{
	font-size: 2.5rem;
}
h2{
	font-size: 2.0rem;
}
.contact_tiles{
	
	height: auto;
}
.contact_tiles p{
	line-height: 18px;
}
.order_set_sm_1{
	order:1;
}
.order_set_sm_2{
	order:2;
}
.flex_logo_area{
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 20px;
	flex-wrap: wrap;
}
.sub-title{
	text-align: center;
}


}


