 
@media screen and (max-width: 767px) {
    .fixta-slide2 .item ul,
    .exper-sec .exp-list ul,
    .exper-sec .exp-grid.active {
        grid-template-columns: repeat(1,1fr) !important;
    }
    .fixta-slide2 .item ul li, .owl-carousel .owl-item img, .exp-img img, .al-img img {
        aspect-ratio: 2 !important;
    }
    .exp-list ul li {
        flex: 0 1 49%;
    }
    .exper-sec .exp-grid.active > .exp-grid-list {
        display: none !important;
    }
    /* .social-ftr ul {
        grid-template-columns: repeat(3,1fr) !important;
    } */
}

@media screen and (max-width: 425px) {
    .exp-list ul li {
        flex: 0 1 100%;
    }
    /* .social-ftr ul {
        grid-template-columns: repeat(3,1fr) !important;
    }
    .social-ftr ul li:nth-child(8),
    .social-ftr ul li:nth-child(9),
    .social-ftr ul li:nth-child(10) {
        grid-column: span 1;
    }
    .social-ftr.ftr-logo ul li img {
        max-width: 50px !important;
    } */
    .ftr-grn .others {
        flex-direction: column;
}

@media screen and (max-width: 767px) {
    .gutenberg-the-content > p,
    .gutenberg-the-content .wp-block-heading {
        width: 90%;
        margin: 0 5%;
    }
    .gutenberg-the-content > p {
        font-size: 20px;
        line-height: 28px;
    }
    .gutenberg-the-content .wp-block-heading {
        font-size: 28px;
        line-height: 34px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .gutenberg-the-content > p {
        width: 750px;
        margin-left: calc((100% - 750px) / 2);
    }
    .gutenberg-the-content .wp-block-heading {
        margin-left: calc((100% - 750px) / 2);
        width: calc(100% - (100% - 750px));
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .gutenberg-the-content > p {
        width: 1000px;
        margin-left: calc((100% - 1000px) / 2);
    }
    .gutenberg-the-content .wp-block-heading {
        margin-left: calc((100% - 1000px) / 2);
        width: calc(100% - (100% - 1000px));
    }
}
