.block__content {
    margin-bottom: 150px;
}
.content-page_title {
    font-family: Inter;
    font-size: 36px;
    font-weight: 500;
    line-height: 43.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 35px 0;
}
.main-preview .container, .main-preview {
    display: flex;
    background-image: url("/local/templates/mainN/img/N/pages/services/ff.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 250px;
    /* width: 100%; */
    /* width: 85%;
    max-width: 1241px; */
    margin-bottom: 60px;
}
.main-preview__back-name, .main-preview__back-arrow {
    color: white;
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 25.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.main-preview__back-arrow {
    background-image: url(/local/templates/mainN/img/N/common/arrow-decorate.svg);
}
.service_page {
    width: 100%;
    height: 250px;
    margin-bottom: 15px;
}
.service_page_c {
    width: 100%;
    height: 100%;
    /* background: #cddde3; */
    position: relative;
    background-size: 1240px 250px;
    /* background-size: cover; */
    padding: 30px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
}

.service_page_text {
    width: 42%;
    display: grid;
    gap: 7%;
}
.service_page_text span {
    color: White;
    font-family: Open Sans;
    font-size: 28px;
    font-weight: 600;
    line-height: 33.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    
}
.service_page_text p {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F4F4F4;
}

.service_page__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 156px;
    height: 46px;
    background: #cddde3;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    letter-spacing: 0.1em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    top: 75%;
    position: relative;
}


@media screen and (min-width: 850px) {
    .only_mobile{
        display: none;
    }
    .service_page_text span {
        color: black;
    }
    .service_page_text p {
        color: #5A514A;
    }
    .service_page_c {
        background-image:url('/local/templates/mainN/img/N/pages/services/back_left.png');
        background-size: auto;
    }
}
@media screen and (max-width: 1300px) {
    .service_page_text {
        width: 48%;
    }
}
@media screen and (max-width: 800px) {
    .service_page {
        /* height: 330px; */
        height: auto;
        margin-bottom: 80px;
    }
    .service_page_c {
        background-size: 638px 129px;
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }
    .service_page_text img {
        padding: 30px;
    }
    .service_page_text span, .service_page_text p {
        color: black;
        position: relative;
    }
    .service_page_text p {
        color: #5A514A;
    }
    .service_page_text {
        width: 100%;
        padding-top: 30px;
        /* gap: 15%; */
    }
    .service_page__btn {
        position: relative;
        top: -8px;
    }
    .only_desc {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .container {
        padding: 0 20px;
    }
}

@media screen and (max-width: 500px) {
    .main-preview .container, .main-preview {
        margin-bottom: 0;
    }
    .service_page_text p {
        font-family: Open Sans;
        font-size: 14px;
        font-weight: 400;
        line-height: 16.8px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .service_page_text span {
        font-family: Open Sans;
        font-size: 24px;
        font-weight: 600;
        line-height: 28.8px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .content-page_title {
        font-family: Inter;
        font-size: 28px;
        font-weight: 500;
        line-height: 33.6px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    /* .service_page {
        height: 420px;
    } */
}

@media screen and (max-width: 400px) {
    .container {
        padding: 0 10px;
    }
    /* .service_page {
        height: 520px;
    } */
}

