@media screen and (max-width:786px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        width: 100%;
        padding-right: 24px;
        padding-left: 24px;
        margin-right: auto;
        margin-left: auto;
    }
    .order-1 {
        order: 2 !important;
    }

    .order-2 {
        order: 1 !important;
    }

    #bar {
        font-size: 26px;
    }

    #div {
        height: 35px;
        padding: 3px 0px;
    }

    .subMenu-bar .marked-dot::before {
        width: 11px;
        height: 11px;
        top: 10px;
    }

    .subMenu-bar {
        height: 30px;
        padding: 1px 0px;
    }

    .main-banner-content .main-title h1 {
        font-size: 32px;
        text-rendering: geometricprecision;
        word-spacing: 10px;
        text-align: center;
        line-height: 160%;
    }

    .second-title h2 {
        font-size: 16px;
    }

    .swiper-slide img {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: optimizequality;
        min-width: 342px;
        min-height: 234px;
    }

    .second-title {
        background: url(../image/pattern-2.png) 77% 15%, #EA2A4F;
    }

    .what-happen-comments {
        margin-top: 55px;
    }

    .star-comment p {
        font-size: 16px;
        line-height: 24px;
        word-spacing: 5px;
    }

    .star-comment img {
        width: 16px;
        height: 16px;
        margin-right: 5px;
    }

    .meet-team-content .banner-image {
        width: 100%;
    }

    .meet-team-box .box-title img {
        width: 100%;
        max-width: 16px!important;
        max-height: 16px!important;
        min-width: 16px !important;
        min-height: 16px!important;
        height: 100%;
        margin-right: 10px;
    }

    .monthly-review-title h2 {
        font-size: 32px;
    }

    .monthly-review-title p {
        font-size: 16px;
    }

    .monthly-review-title img {
        max-width: 100%;
        width: 338px;
        height: 254px;
        max-height: 100%;
        object-fit: fill;
        object-position: center;
        image-rendering: -webkit-optimize-contrast;
    }

    .monthly-tweak-gif img {
        border-radius: 0px;
        width: 390px;
        height: 191px;
    }

    .monthly-tweaks-comments .star-comment p {
        font-size: 16px;
        line-height: 24px;
    }

    .third-title h2 {
        padding: 80px 30px;
        font-size: 48px;
    }

    .gossiping-time-comments .star-comment p {
        font-size: 16px;
        line-height: 24px;
    }

    .new-team-banner-image img {
        width: 390px;
        min-width: 100%;
        max-width: 100%;
        height: 150px;
        object-fit: fill;
        object-position: center;
    }

    .team-card {
        display: flex;
        gap: 1rem;
        align-items: center;
    }

    .team-cards-contents {
        text-align: left;
    }

    .team-card img {
        width: 100px;
        height: 100px;
    }
     
    .team-card .team-name {
        font-size: 18px;
    }

    .team-card .team-position {
        font-size: 16px;
    }
    .meme-month-content .qoute{
        font-size: 24px;
        padding: 40px 20px;
        font-family: 'poppins-bold';
    }
    .meet-team-content .banner-image img {
        width: 248px;
        height: auto;
    }
    .meet-team-content .main-title p { 
        margin-top: 40px;
        text-align: left;
    }
    .meet-team-box .title {
        font-size: 12px;
        line-height: 18px;
    }
    .meet-team-box p { 
        font-size: 12px;
    }
    .team-swiper .swiper-slide { 
        min-width: fit-content;
    }
    .team-swiper {
        padding: 20px 0px;
        z-index: 9;
        position: relative;
        width: 100%;
        left: 0%;
    }
    .meet-team-box {
        padding: 18px;
        box-shadow: 6px 6px 0px #EA2A4F;
    }
    .meet-team-content .main-title { 
        text-align: center;
    }
    .gossiping-time-comments {
        padding: 35px 0px;
    }
}