/* mobile: max-width: 768px */
@media only screen and (max-width: 768px) {

    /* ------- home page part ------- */
    .home-hero {
        margin-bottom: 20px !important;
    }

    .home-hero-btn {
        border-radius: 0;
    }

    .intro-section{
        margin-bottom: 20px !important;
    }

    .intro-section .right-block{
        border-radius: 0;
        margin-left: 0 !important;
        padding: 60px 25px !important;
    }

    .about-section .left-block{
        border-radius: 0;
        margin-right: 0 !important;
        padding: 60px 25px !important;
    }

    .about-section{
        margin-bottom: 20px !important;
    }

    .service-section{
        margin-bottom: 20px !important;
    }

    .service-section .container{
        min-height: 0 !important;
        background-image: none !important;
    }

    .service-section .left-block{
        margin-top: 10px !important;
        margin-left: 0px !important;
        padding-left: 10px !important;
    }

    .service-section .right-block{
        margin-top: 0px !important;
        margin-left: 0px !important;
        padding-left: 10px !important;
    }

    .service-section .learn-more-block{
        position: static !important;
        text-align: center !important;
        margin-top: 10px !important;
    }

    .service-section .learn-more-container{
        padding-right: 0 !important;
        padding-bottom: 20px !important;
    }

    .looking-for-solution{
        position: unset !important;
        margin-top: 10px !important;
    }

    .looking-for-job{
        position: unset !important;
        margin-bottom: 50px !important;
    }

    .pageTitle {
        display: block;
        font-size: 2.5rem !important;
    }

    /* --- about page content --- */
    .about-page-content{
        position: unset !important;
    }
    .hero-button{
        border-radius: 0 !important;
    }

    /* --- about fagun group page --- */
    .about-fagun-group-content{
        position: unset !important;
    }

    /* --- why us page --- */
    .why_us_table_2{
        margin-bottom: 110px !important;
    }
    
}
