@media screen and (max-width:991px) {
    .quick_donation__section {
        flex-direction: column;
    }
    .section__title {
        flex-wrap: wrap;
    }
    .header__social {
        flex-wrap: wrap;
        gap: 10px;
    }

    .social-item {
        margin-left: 20px;
    }
    .home-slider .item .item__content h2 {
        font-size: 15pt;
    }
    .home-slider .item .item__content p {
        font-size: 11pt;
    }
    .home-slider .owl-nav, .reviews .owl-nav {
        width: 100%;
    }
    .quick_donation__input input {
        max-width: 150px;
    }
    .categories-bar ul {
        flex-wrap: wrap;
        justify-content: right;
    }
    .section__title .btn {
        margin-left: auto;
        margin-right: 0;
    }
    .stat__item {
        margin-bottom: 50px;
    }
    .video__image {
        width: 100%;
        right: 0;
        top: 0;
        margin-top: 20px;
        height: auto;
    }
    .partners  {
        margin-top: 20px;
    }
    .reviews .owl-nav {
   
        top: auto;
        bottom: -82px;
    }
    .footer__column {
        margin-bottom: 25px;
    }
    .rights_links {
        justify-content: center;
    }
    .header__social li:last-child a {
        display: none;
    }
    .top-navbar .navbar-nav .nav-link {
        border-left: 0;
        padding: 0;
    }
    .navbar-collapse .navbar-nav {
        align-items: revert;
    }
    .menu-navbar .navbar-nav .nav-item:first-child  {
        display: inline-block !important;
    }
    .quick_donation__col {
        padding: 20px;
    }

    .header__social li:nth-child(1) {
        width: 50%;
    }
    .header__social li:nth-child(2) {
        width: 50%;
    }
    
    .header__social {
        gap: 0px !important;
        margin-right: 0px !important;
    }
    .contact-item {
        margin-bottom: 15px;
    }
}