@media (max-width: 650px){
    .img-right-main::after{
        content: '';
        background: #ffa800;
        border-radius: 50%;
        min-height: 285px;
        width: 100%;
        position: absolute;
        left: 12px;
        top: 155px;
        z-index: -1;
    }

    .img-right-main::before{
        content: '';
        background: #1d4068;
        border-radius: 50%;
        min-height: 340px;
        width: 340px;
        position: absolute;
        left: 3px;
        top: 75px;
        z-index: -1;
    }
    .img-top{
        top: 0;
        left: unset;
        right: 0;
        width: 19% !important;
        z-index: -1;
    }
    .img-bottom-cat{
        bottom: -20px;
        left: unset;
        right: 60px;
        width: 20% !important;
    }
    .section-banner .banner h2{
        line-height: 1.4;
    }
    .section-banner p{
        font-size: 14px;
    }
    .section-banner a.button{
        font-size: 16px;
    }
    .section h3{
        font-size: 36px;
    }
    .section-about .box-about-us.experience{
        max-width: 100%;
        margin-left: 0;
    }
    .section-service .row .col:nth-child(2){
        order: 1;
    }
    .section-service .row .col:first-child{
        order: 2;
    }
    .section-service .row .col:last-child{
        order: 3;
    }
    .row-cta {
        padding: 0 0 60px 0 !important;
    }
    .row-cta .img-left img{
        border-radius: 8px;
    }
    .row-cta .large-3{
        flex-basis: 100%;
        max-width: 100%;
    }
    .row-cta .large-6{
        flex-basis: 100%;
        max-width: 100%;
    }
    .row-cta .small-title{
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .row-cta .text-cta{
        font-size: 26px;
    }
    .project-content h3{
        font-size: 18px;
    }
    .project-grid-wrapper .medium-6 .medium-6:first-child{
        padding-bottom: 20px;
    }
    .project-item.medium{
        margin-top: 20px;
    }
    .row-form{
        margin-top: -215px !important;
    }
    .row-form .col:last-child .col-inner{
        padding: 30px;
    }
    .row-form .col:last-child .col-inner h2{
        font-size: 28px;
    }
    .section-customer .row-customer-feedback .absolute.img{
        opacity: .1;
    }
    .section-customer .customer-title .col:first-child .img{
        left: -70px;
    }
    .section-customer .customer-title .col:first-child img{
        transform: rotate(45deg);
    }
    .section-customer .customer-title .col:last-child .img{
        right: -70px;
    }
    .section-customer .customer-title .col:last-child img{
        transform: rotate(-45deg);
    }
    .section-customer .customer-title .col:last-child .img {
    right: -70px;
    width: auto !important;
    top: -130px;
    }
}