.service-image{
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.client-image{
    height: 200px;
    height: 200px;
    object-fit: contain;
    background-color: white;
}

.slick-track{
    margin: auto;
}

.client-carousel img { margin:0 auto; }


@media (min-width: 1000px){
    .cust-container{
        background-size: contain;
        background-repeat: no-repeat;
        background-position-x: 90%;
        padding: 0 100px;
        height: 85vh;
    }

    .banner-container{
        background-image: url("/images/home_banner.png");
    }
    .empower-container{
        background-image: url("/images/empowering_banner.png");
    }
}

@media (max-width:768px){
    .h-med-title,
    .p-large{
        text-align: center;
    }
}