/* overview */

.section-overview {
    padding-bottom: 39px;
    margin-top: 55px;
}

.section-overview_wrapper {
    display: flex;
    position: relative;
}

.section-overview_avtor {
    max-width: 170px;
    position: absolute;
    left: 0;
    top: 0;
}
.section-overview_text {
    margin: 0 auto; 
}

.d_main-container .section-overview_avtor span {
    display: block;
    color: rgba(31, 54, 81, 0.60);
    font-family: 'proxima-nova', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
    letter-spacing: -0.32px;
    margin: 0 0 4px 0
}

.section-overview_avtor a {
    color: #266DD3;
    font-family: 'proxima-nova', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 19.2px */
    letter-spacing: -0.32px;
    text-decoration-line: underline;
    display: block;
}

.section-overview_avtor-block {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 10px
}

.section-overview_avtor-block_img img {
    width: 43px;
    height: 43px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #F0F6FF;
    margin-left: -10px;
}

.section-overview_avtor-block_img img:first-child {
    margin-left: 0;
}

.d_main-container .section-overview_text p {
    margin: 0;
    font-family: 'proxima-nova', sans-serif;
    color: #266DD3;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.4px;
}

.d_main-container .section-overview_text p span {
    margin: 0;
    font-family: 'proxima-nova', sans-serif;
    color: #266DD3;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 28px */
    letter-spacing: -0.4px;
}



@media (max-width: 915px) {

    .section-overview_avtor {
        margin-right: 0px;
    }

    .section-overview_wrapper {
        flex-direction: column-reverse;
        align-items: center;
        gap: 40px;
    }

    .section-overview_avtor {
        max-width: 100%;
        position: relative;
    }

    .d_main-container .section-overview_avtor span {
        padding-bottom: 10px;
    }

    .section-overview_avtor-block {
        display: flex;
        flex-direction: column;
        gap: 14px
    }

    .section-overview_avtor-block_img {
        display: flex;

    }

    .section-overview_avtor-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
}

/* end */

.page-template-new-page-service ul:not([class]) {
    margin-left: 40px;
    list-style: inherit
}

.page-template-new-page-service ol:not([class]) {
    margin-left: 40px;
    list-style: numeric
}

.page-template-new-page-service img:not([class]) {
    display: block;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 30px;
}
