.content_services_section__main {
    padding: 78px 0px 80px;
    background: #f3f8fc;
}

.content_services_section__main__inner {
    max-width: 1090px;
    margin: 0 auto;
}

.content_services_section__main__inner__wrapper {
    display: flex;
    align-items: center;
}

.content_services_section__main__inner__wrapper__left {
    max-width: 525px;
    margin-right: 153px;
    /* margin-right: 40px; */
}

.content_services_section__main__inner__wrapper__left .heading .h2 {
    font-size: 30px;
    line-height: 41px;
    color: #0088cc;
    max-width: 400px;
    margin: 0 0 12px;
    font-family: supria-sans, sans-serif;
    font-weight: 700;
}

.content_services_section__main__inner__wrapper__left .heading .h2 span {
    color: #00346a;
}

.content_services_section__main__inner__wrapper__right .overlap_card .inner .inner_bg .heading_section .h2 {
    font-size: 30px;
    line-height: 41px;
    color: #00346a;
    max-width: 400px;
    margin: 0 0 12px;
    font-family: supria-sans, sans-serif;
    font-weight: 700;
}

.content_services_section__main__inner__wrapper__left .content p {
    font-size: 16px;
    line-height: 24px;
    color: #6c6c6c;
    padding: 0;
}

.content_services_section__main__inner__wrapper__left .content p:last-child {
    padding-bottom: 0;
}

.content_services_section__main__inner__wrapper__right {
    /* width: calc(100% - 40px); */
    position: relative;
}

.content_services_section__main__inner__wrapper__right .image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 19px;
}

.content_services_section__main__inner__wrapper__right .image img {
    width: 100%;
}

.content_services_section__main__inner__wrapper__right .overlap_card {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: -113px;
    max-width: 293px;
    max-height: fit-content;
}

.content_services_section__main__inner__wrapper__right .overlap_card .inner .inner_bg {
    background: #ffffff;
    padding: 9px 11px 12px;
    border-radius: 4px;
}

.content_services_section__main__inner__wrapper__right .overlap_card .inner .inner_bg .icon_and_text .wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 5px 17px 4px 4px;
    background: #f3f8fc;
    /* position: relative; */
}

.content_services_section__main__inner__wrapper__right .overlap_card .inner .inner_bg .icon_and_text .wrapper .icon {
    margin-right: 12px;
    line-height: 100%;
    display: flex;
    width: 33px;
    height: 33px;
    /* line-height: 100%;*/
    /* position: absolute; */
}

.content_services_section__main__inner__wrapper__right .overlap_card .inner .inner_bg .icon_and_text .wrapper .text {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 16px;
    color: #00346a;
    text-transform: uppercase;
    max-width: 205px;
    width: 100%;
}

.content_services_section__main__inner__wrapper__right .overlap_card .inner .inner_bg .icon_and_text .wrapper .text .link {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #00346a;
    text-transform: uppercase;
    width: 87%;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    text-decoration: none;
    outline: none;
    transition: all 0.5s ease;
}

.content_services_section__main__inner__wrapper__right .overlap_card .inner .inner_bg .icon_and_text .wrapper .text .link:hover {
    color: #0088cc;
}

.content_services_section__main__inner__wrapper__right .overlap_card .inner .inner_bg .icon_and_text .wrapper:last-child {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .content_services_section__main__inner__wrapper__left {
        max-width: 400px;
    }
}

@media (max-width: 991px) {
    .content_services_section__main__inner__wrapper {
        flex-direction: column;
    }
    .content_services_section__main__inner__wrapper__left {
        margin-right: 0;
        max-width: 100%;
        margin-bottom: 52px;
    }
    .content_services_section__main__inner__wrapper__left .heading .h2 {
        margin: 0 0 14px;
        font-size: 25px;
        line-height: 35px;
    }
    .content_services_section__main__inner__wrapper__right .overlap_card .inner .inner_bg .heading_section .h2 {
        margin: 0 0 14px;
        font-size: 25px;
        line-height: 35px;
    }
}

@media (max-width: 767px) {
    .content_services_section__main {
        padding: 52px 0px 44px;
    }
    .content_services_section__main__inner__wrapper__right .overlap_card {
        left: -60px;
    }
}

@media (max-width: 575px) {
    .content_services_section__main__inner__wrapper__right {
        width: 100%;
    }
    .content_services_section__main__inner__wrapper__right .image {
        /* margin-bottom: 310px; */
        max-width: 296px;
        margin: 0 auto 310px;
        background-position-x: 100%;
        background-size: inherit;
    }
    .content_services_section__main__inner__wrapper__right .overlap_card {
        transform: translateY(0);
        left: 50%;
        width: 100%;
        transform: translateX(-50%);
        top: 37%;
        max-width: 334px;
        width: calc(100% - -40px);
    }
    .content_services_section__main__inner__wrapper__right .overlap_card .inner .inner_bg {
        padding: 9px 11px 12px;
    }
}

@media (max-width: 400px) {
    .content_services_section__main__inner {
        max-width: 334px;
    }
}