.allservices-firstscreen {
    position: relative;
}

.allservices-firstscreen__row {
    display: flex;
    align-items: center;
}

body .standart_but .allservices-firstscreen__button {
    display: inline-flex;
    padding: 15px 36px;
    align-items: center;
    justify-content: center;
}

.allservices-firstscreen__text {
    font-weight: 500;
    font-size: 18px;
}


@media screen and (max-width: 1440px){
    .allservices-firstscreen__image {
        max-width: 100%;
    }
}

@media screen and (min-width: 991px){

    .allservices-firstscreen {
        background: center/ 100% no-repeat url("/wp-content/uploads/2022/12/allservices-back.png");
    }

    .allservices-firstscreen {
        padding: 130px 80px;
        border-radius: 30px;
    }
}

@media screen and (max-width: 991px){
    .allservices-firstscreen__row {
        flex-direction: column-reverse;
    }

    .allservices-firstscreen {
        overflow: hidden;
        padding: 20px;
        border-radius: 20px;
        background: center/ cover no-repeat url("/wp-content/uploads/2022/12/Frame-3677895.jpg");
    }

    .allservices-firstscreen::after,
    .allservices-firstscreen::before{
        content: '';
        position: absolute;
        width: 119px;
        height: 119px;
        background: #34DCA2;
        filter: blur(62.875px);
        right: 0;
        bottom: 0;
    }

    .allservices-firstscreen::before{
        left: 0;
        top: 0;
    }

    .allservices-firstscreen__image {
        position: relative;
    }

    .allservices-firstscreen__image img{
        min-width: 426px;
        margin-right: -40px;
    }

    .allservices-firstscreen__image::after {
        content: '';
        position: absolute;
        width: 59px;
        height: 59px;
        right: 25px;
        bottom: 65px;
        background: center/ contain no-repeat url("/wp-content/uploads/2022/12/allservices-decor2.svg");
    }

    .allservices-firstscreen__image::before {
        content: '';
        position: absolute;
        width: 28px;
        height: 28px;
        left: 25px;
        bottom: 80px;
        background: center/ contain no-repeat url("/wp-content/uploads/2022/12/allservices-decor1.svg");
    }

    .allservices-firstscreen__item-left {
        margin-top: -40px;
    }
}


@media screen and (min-width: 768px) {

    .allservices-firstscreen__image {
        margin-left: -40px;
    }

    .allservices-firstscreen__text {
        margin-bottom: 40px;
        max-width: 458px;
    }

    .allservices-firstscreen__item-left {
        max-width: 550px;
    }

    .allservices-firstscreen__title {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px){


    h1.allservices-firstscreen__title {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .allservices-firstscreen__text {
        margin-bottom: 30px;
        font-size: 16px;
    }

    body .standart_but .allservices-firstscreen__button {
        font-size: 15px;
        min-width: 280px;
    }

}