@media (min-width: 180px) and (max-width: 319px) {
    /*=============================
    ABOUT QUERY
    =============================*/
    .about{
        height: auto;
    }

    .about .about-content img{
        width: 75%;
        height: auto;
        z-index: -1;
    }

    .about .about-content .about-caption{
        width: 95%;
        background: linear-gradient(to bottom right, #ff3300 0%, #991f00 100%);
        margin: 150px 5px 0 5px;
        padding: 15px;
    }

    .about .about-content .about-caption h3{
        color: #fff;
    }

    .about .about-content .about-caption p{
        color: #fff;
        margin: 25px 0 0 0;
        text-align: justify;
    }

    .shape::before{
        top: 125px;
        z-index: -1;
    }

    .shape::after{
        top: 125px;
        z-index: -1;
    }

    /*=============================
    ABOUT TEXT QUERY
    ==============================*/
    .about-text{
        height: auto;
    }

    .about-text .about-text-inner{
        width: 100%;
        margin: 0 auto;
    }

    .about-text .about-text-inner .about-text-col h3{
        margin-top: 0;
    }

    .about-text .about-text-inner .about-text-col p{
        margin-left: 0;
        margin-top: 500px;
    }

    .about-text .about-text-inner .about-text-col img{
        width: 155%;
        height: auto;
        top: 45px;
    }

    /*============================
    GALLERY QUERY
    =============================*/
    .gallery .gallery-inner{
        width: 100%;
        margin: 0 auto;
    }

    .gallery .gallery-inner .gallery-body .gallery-slider img{
        width: 100%;
        height: auto;
    }

    .gallery .gallery-inner .gallery-body .gallery-slider .prev{
        top: 25%;
    }

    .gallery .gallery-inner .gallery-body .gallery-slider .next{
        top: 25%;
    }

    .gallery .gallery-inner .gallery-body .column .slider-prev,
    .gallery .gallery-inner .gallery-body .column .slider-next{
        top: 25px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    /*============================
    ABOUT QUERY
    =============================*/
    .about{
        height: auto;
    }

    .about .about-content img{
        width: 85%;
        height: auto;
        z-index: -1;
    }

    .about .about-content .about-caption{
        background: linear-gradient(to bottom right, #ff3300 0%, #991f00 100%);
        padding: 15px;
        margin: 285px 5px 0 5px;
        width: 95%;
    }

    .shape::before{
        top: 145px;
        z-index: -1;
    }

    .shape::after{
        top: 145px;
        z-index: -1;
    }

    .about .about-content .about-caption h3{
        color: #fff;
    }

    .about .about-content .about-caption p{
        color: #fff;
        text-align: justify;
        margin: 25px 0 0 0;
    }

    /*========================
    ABOUT TEXT QUERY
    =========================*/
    .about-text{
        height: auto;
    }

    .about-text .about-text-inner{
        width: 100%;
        margin: 0 auto;
    }
    
    .about-text .about-text-inner .about-text-col h3{
        margin-top: 0;
    }

    .about-text .about-text-inner .about-text-col p{
        margin-left: 0;
        margin-top: 750px;
    }

    .about-text .about-text-inner .about-text-col img{
        width: 155%;
        height: auto;
        top: 45px;
    }

    /*============================
    GALLERY QUERY
    =============================*/
    .gallery .gallery-inner{
        width: 100%;
        margin: 0 auto;
    }

    .gallery .gallery-inner .gallery-body .gallery-slider img{
        width: 100%;
        height: auto;
    }

    .gallery .gallery-inner .gallery-body .gallery-slider .prev{
        top: 25%;
    }

    .gallery .gallery-inner .gallery-body .gallery-slider .next{
        top: 25%;
    }

    .gallery .gallery-inner .gallery-body .column .slider-prev,
    .gallery .gallery-inner .gallery-body .column .slider-next{
        top: 25px;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    /*=================================
    ABOUT QUERY
    ==================================*/
    .about{
        height: auto;
    }

    .about .about-content img{
        width: 55%;
        height: auto;
        z-index: -1;
    }

    .about .about-content .about-caption{
        width: auto;
        margin: 165px 5px 0 5px;
        padding: 15px;
    }

    .about .about-content .about-caption h3{
        margin-top: -25px;
    }

    .about .about-content .about-caption p{
        width: 40%;
        margin-top: 25px;
        margin-left: 120px;
        text-align: justify;
    }

    .shape::before{
        top: 225px;
    }

    .shape::after{
        top: 225px;
    }

    /*=============================
    ABOUT TEXT QUERY
    =============================*/
    .about-text .about-text-inner{
        width: 100%;
        margin: 0 auto;
    }

    .about-text .about-text-inner .about-text-col img{
        top: 25px;
    }

    .about-text .about-text-inner .about-text-col h3{
        margin-left: 85px;
    }

    .about-text .about-text-inner .about-text-col p{
        margin-left: 280px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    /*========================
    ABOUT QUERY
    =========================*/
    .about .about-content .about-caption{
        margin: 185px 0 0 50px;
        width: 38%;
    }

    .shape::after{
        top: 250px;
    }

    .shape::before{
        top: 250px;
    }

    .about .about-content .about-caption p{
        margin-left: 100px;
    }
}