@media(min-width: 768px) {
    .header .navbar-brand-mobile {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .header .navbar-brand {
        display: none;
    }
    .header .navbar-brand-mobile {
        display: block;
    }
 
    .header.sticky .navbar{
        padding: 1rem 0 !important;
    }
    section {
        padding: 3rem 1rem !important
    }

    .header {
        background-color: #fff !important;

    }

    .header .navbar-toggler {
        color: var(--text-color) !important;
    }

    .header .navbar-nav li .nav-link {
        color: var(--text-color) !important;
        font-size: 1rem !important;
    }

    .header .navbar-brand {
        display: none;
    }

    .header .navbar-brand-mobile img {
        width: 200px;
        height: 50px;
        object-fit: contain;
        margin-top: -10px;
        margin-right: -10px;

    }
    .header.sticky .navbar-brand-mobile img{
        max-width: 125px;
        margin-top: -.5rem !important;
        margin-right: 0 !important;
    }

    .about-section .content-wrap {
        padding: 1rem;
    }

    .about-section .content-wrap .section-title {
        font-size: 1.5rem !important;
    }

    .about-section .content-wrap .text {
        font-size: 1rem !important;
    }

    .about-section .content-wrap img {
        height: 100%;
        border-radius: 1rem;
        object-fit: cover;
        margin-bottom: 2rem !important;
    }

    .about-section .content-wrap .content-text {
        padding: 0;
        text-align: center;
        margin-top: 2rem;
    }

    .about-section .content-wrap .content-text .btn {
        margin: 0 auto;
    }

    .about-section .second-section .row {
        flex-direction: column-reverse;
    }

    .partners-section .partners-list {
        flex-wrap: wrap;
        justify-content: center !important;

    }

    .partners-section .partners-list .list-item {
        flex: 0 0 50%
    }

    
    footer .list-1 .list-item{
        flex: 0 0 100% !important;
        text-align: center;
    }
    
    .footer-container{
        max-width: 100% !important;
        padding: 0 !important;
    }
}