html {
    scroll-behavior: smooth;
}

.for_str {
    position: relative;
    background-color: #084753;
    max-width: 1300px;
    height: 560px;
    padding: 40px 50px;
    border-radius: 20px;

    @media (max-width: 1400px) {
        margin: 0 16px;
    }

    @media screen and (max-width: 992px) {
        height: 600px;
    }
    @media (max-width: 660px) {
        padding: 20px 30px;
        height: auto;
    }
    @media (max-width: 480px) {
        margin: 0 8px;
        padding: 12px;
    }
}

.str_block {
    position: absolute;
    display: block;
    padding: 20px 30px;
    background-color: white;
    border-radius: 10px;

    > p {
        font-family: Inter, serif;
        font-size: 22px;
        font-weight: 500;
    }

    > img {
        display: inline-block;
        position: absolute;
    }

    @media (max-width: 1260px) {
        > p {
            font-size: 16px;
        }
    }

    @media (max-width: 1060px) {
        padding: 15px;
    }

    @media screen and (max-width: 992px) {
        rotate: 0deg !important;
    }

    @media (max-width: 660px) {
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        rotate: 0deg !important;
        width: 80% !important;
        padding: 10px !important;
        margin: 10px auto 0 !important;

        > p {
            font-size: 14px;
        }
    }

    @media (max-width: 480px) {
        width: 100% !important;
    }
}

.sb1 {
    padding-right: 80px;
    top: 124px;
    left: 43px;
    rotate: -5.24deg;
    z-index: 2;

    > img {
        top: 5%;
        right: 5%;
    }
}

.sb2 {
    padding-left: 80px;
    top: 142px;
    left: 33%;
    z-index: 2;

    > img {
        top: 14%;
        left: 5%;
    }
}

.sb3 {
    padding-right: 45px;
    padding-bottom: 36px;
    top: 11%;
    right: 3%;
    rotate: 5deg;
    z-index: 2;

    > img {
        bottom: 5%;
        right: 5%;
    }
}

.sb4 {
    padding-left: 71px;
    top: 50%;
    left: 3%;
    rotate: 5deg;
    z-index: 2;

    > img {
        top: 13%;
        left: 3%;
    }
}

.sb5 {
    padding-right: 90px;
    top: 42%;
    left: 36%;
    rotate: -2deg;
    z-index: 2;

    > img {
        bottom: 10%;
        right: 6%;
    }
}

.sb6 {
    padding-right: 42px;
    padding-bottom: 58px;
    top: 43%;
    right: 5%;
    rotate: -5deg;
    z-index: 2;

    > .img_l {
        bottom: 7%;
        right: 21%;
    }

    > .img_r {
        bottom: 7%;
        right: 8%;
    }
}

.sb7 {
    padding-right: 50px;
    top: 74%;
    left: 3%;
    rotate: -5deg;
    z-index: 2;

    > .img_t {
        top: 5%;
        right: 5%;
    }

    > .img_bt {
        bottom: 5%;
        right: 5%;
    }
}

.sb8 {
    padding-right: 73px;
    top: 71%;
    left: 33%;
    z-index: 2;

    > img {
        top: 26%;
        right: 4%;
    }
}

.sb9 {
    padding-right: 80px;
    top: 78%;
    right: 5%;
    rotate: 5deg;
    z-index: 2;

    > img {
        top: 7%;
        right: 5%;
    }
}

@media screen and (max-width: 992px) {
    .sb1 {
        top: 91px;
        left: 43px;
    }

    .sb2 {
        top: 231px;
        left: 12%;
    }

    .sb3 {
        top: 13%;
    }

    .sb4 {
        top: 51%;
        left: 3%;
    }

    .sb5 {
        top: 32%;
        left: 53%;
    }

    .sb6 {
        top: 48%;
    }

    .sb7 {
        top: 75%;
    }

    .sb8 {
        top: 65%;
        left: 22%;
    }

    .sb9 {
        top: 80%;
    }
}

@media screen and (max-width: 740px) {
    .sb1 {
        top: 101px;
        left: 17px;
    }
    .sb2 {
        left: 5%;
    }
    .sb4 {
        left: 2%;
    }

    .sb6 {
        right: 3%;
        padding-right: 16px;
    }
}

@media screen and (max-width: 660px) {
    .none600 {
        display: none !important;
    }
}