@media (max-width: 1025px) { 
    #main-banner {
        background-position: 60%;
    }
}
@media (max-width: 991.98px) { 
    .banner-pl-25, .banner-pl-75{
        background-position-x: center;
        background-image: url(../img/cleanback.jpg) !important;
    }
    .card-header .card-title {
        min-height: unset;
    }
}
@media (max-width: 767.98px) { 
    main{
        padding-top: 65px; 
    }
    .navbar-brand {
        padding: 0;
        background-color: unset;
        box-shadow: unset;
    }
    .navbar-toggler-icon {
        width: 1em;
        height: 1.5em;
    }
    .navbar-brand .logo {
        max-height: 50px;
        margin-right: 10px;
    }

    #main-banner h1 {
        font-size: 1.15rem;
    }

    #main-banner h2, 
    ul.services {
        font-size: 1rem;
    }

    .h4, h4 {
        font-size: 1.1rem;
    }

    .display-3 {
        font-size: 3.5rem;
    }    
}
@media (max-width: 576px) { 
    h1 {
        font-size: 1.3rem;
    }
    h2 {
        font-size: 1.1rem;
    }
    #main-banner {
        padding-top: 30vh;
        background-position: 65% 50%;
    }

    #main-banner::before {
        content: '';
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        opacity: 0.4;
        background-image: linear-gradient(45deg, #102027, rgba(16, 32, 39, 0.75), rgba(0,0,0,0));
    }    

    .card-img.mh-200px {
        max-height: 200px;
    }
}