@media (max-width:576px){
    :root {
        --size: 20px;
    }
	.navbar span {
    color: var(--primary-color);
    font-weight: 500;
    font-size: 11px;
}
	img.custom-logo {
    width: 100%;
    height: 55px;
}
    /* Home page */
    .banner-section,
    .banner-breadcrumb{
        height: 320px !important;
    }
    .banner-section .content-banner h5{
        font-size: 16px;
    }
  
    .testimonial .row .carousel h1{
        font-size: 22px;
        margin-top:12px
    }
    .testimonial .row .carousel > h3 {
        font-size: 17px;
    }
    .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper {
        margin-top: 22px;
    }
    /* what we do page */
    .card-service .card-body {
        padding: 20px 15px;
    }

    /* reviews page */
    .card-review .card-body{
        height: auto;
    }
}

@media (min-width:576px) and (max-width:768px){
    /* reviews page */
    .card-review .card-body{
        height: auto;
    }

}

@media (min-width:768px) and (max-width:991px){
    /* reviews page */
    .card-review .card-body{
/*         height: 360px; */
    }
}

@media (min-width:991px) and (max-width:1200px){
    .description-service1 p,
    .description-service2 p,
    .description-service3 p{
        font-size: 14px;
    }
    /* reviews page */
    .card-review .card-body{
/*         height: 400px; */
    }
}