@media screen and (max-width:700px) {

    .about-img-wrapper {
        height: 60vh;
    }

    .about-img-1 {
        left: 10%;
        top: 10vh;
        width: 70%
    }

    .about-img-2 {
        right: 5%;
        top: 60vh;
        width: 75%
    }

    .about-img-3 {
        left: 5%;
        top: 80vh;
        width: 60%
    }

    .sec3.edit {
        padding: 8vw;
    }

    .candolist {
        width: 65%;
        margin: 0 auto !important;
    }


    .make.sec1 {
        background-image: url(../img/webp/make_mobile.webp);
    }

    .works.sec1 {
        background-image: url(../img/webp/make_mobile.webp);
    }

    .qa.sec1 {
        background-image: url(../img/webp/qanda.webp);
        background-position: right;
    }

    .fs-s-6 {
        font-size: 1.2em !important;
    }

    .iframe {
        height: 190px;
    }

    .iframe-wrapper {
        height: 30vh;
    }


}