@media only screen and (max-width: 450px) {
    .header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: 0.5s;
}
.customization{
	font-size:20px !important;
	}
	
.owl-prev, .owl-next {
		display:none !important;
}
	.call-us{height: 50px;padding: 1rem !important;}
	.call-us h1{font-size:20px !important; margin:18px !important}
	.call-us a{font-size:20px !important;}
	.read-rore{
		margin-top:-20px !important;
	}
	.read-rore a{
        height: 42px;
        width: 110px !important;
        padding: 8px !important;
	}
	.counter-facts .counter {
    width: 144px;
    min-height: 194px;
   padding: 0px 10px
}
	.wp-block-cover, .wp-block-cover-image {
    min-height: 150px;
}
}