@media (min-width: 993px){
	.header-menu-wrap li ul{
		columns: 2;
		width: 400px;
	}
}
@media (max-width: 767px){
	.slider-controls{
		z-index: unset;
	}
}
.post-card .post-content h3{
	font-size: 22px;
}
.about-info li{
	align-items: center;
}
.about-info li h3{
	margin-bottom: 0;
	font-size: 22px;
	font-weight: 700;
}
.about-info li h2{
	font-size: 30px;
}
.cta-content h2{
	font-size: 44px;
}
.cta-section-2 .cta-content h2{
	font-size: 32px;
}
.thumb-post .thumb-post-info h3{
	font-weight: 600;
    font-size: 15px;
    line-height: 22px;
}
.service-details-info img{
	height: 100%;
}
.banner-info .logo{
	background-color: #ffffff;
	padding: 10px;
	border-radius: 10px;
}