@media (min-width: 1280px) {
    .services__title {
        background-color: rgb(38 50 56 / 6%);
        width: 100%;
        max-width: 1920px;
        height: 95px;
    }

    .services__sign {
        font-family: 'Tenor Sans';
        font-weight: 600;
        font-size: 16px;
        color: #93877bbf;
        padding-left: 20px;
        padding-top: 20px;
        text-transform: uppercase;

    }

    .services__signru {
        font-family: 'Tenor Sans';
        font-weight: 600;
        font-size: 25px;
        text-transform: uppercase;
        line-height: 122.5%;
        letter-spacing: -0.015em;
        text-align: center;
        color: #000;
    }

    .services__columns {
        background: url(../IMG/bg/bg_service.jpg) no-repeat;
        max-width: 1920px;
        width: 100%;
        display: flex;
        justify-content: center;




    }

    .services__columns_flex {
        display: flex;

        justify-content: space-evenly;
        flex-wrap: wrap;
        width: 80%;
        margin-top: 12%;
        margin-bottom: 10%;
    }

    .services__svg_left {
        display: flex;
        justify-content: center;
    }

    .services__svg_right {
        display: flex;
        justify-content: center;
    }

    .services__svg_left img,
    .services__svg_right img {
        max-height: 281px;



    }


    .services__left_column {
        display: flex;
        flex-direction: column;

        max-width: 500px;
        width: 100%;

    }

    .services__right_column {
        display: flex;
        flex-direction: column;

        max-width: 500px;
        width: 100%;


    }

    .services__text_left,.services__text_right {
        background: rgba(255, 255, 255, 0.4);
        padding: 10%;
        margin-top: 10%;
        border-radius: 10px;

    }

   


    /* services__text_left */
    .services__text_title p {
        font-family: 'Tenor Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        color: #37474F;
        text-align: center;
        text-transform: uppercase;
        /* padding-top: 10%; */
    }

    .services__text_text1 p {
        font-family: 'Tenor Sans';
        font-style: normal;
        font-weight: 600;
        padding-top: 20px;
        font-size: 19px;
        line-height: 23px;
        text-align: center;
        color: #37474F;
        padding-top: 5%;
    }

    .services__text_text2 {
        font-family: 'Tenor Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
        padding-top: 5%;

        text-align: left;
        color: #37474F;
    }


    .services__text_text3 {
        font-family: 'Tenor Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        text-align: left;
        color: #37474F;
        line-height: 26px;
        margin-left: 10%;
        padding-top: 2%;
    }

}