.lets_talk__section {
    padding: 50px 0;
    background: #F2F2F2;
}

.button_style_1.lets_talk__button .title {
    background: #0B3954;
}

.button_style_1.lets_talk__button .icon {
    background: #0B3954;
}

.button_style_1.lets_talk__button:hover .icon {
    background: #175376;
}

.lets_talk__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lets_talk__heading {
    flex: 1 0 0;
    max-width: 100%;
    padding-right: 50px;
}

.lets_talk__button {
    max-width: fit-content;
    flex: 0 0 fit-content;
    height: fit-content;
}

.lets_talk__heading h3 {
    font-weight: 100;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.03em;
    margin-bottom: 15px;
    color: #0B3954;
}

.lets_talk__heading h3 em {
    color: #D83529;
    font-weight: 400;
}

.lets_talk__heading p {
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;

    color: #8D8D8D;
}

.lets_talk__section .row {
    align-items: center;
}

.lets_talk_image_wrapper {
    padding-left: 80px;
}

.tabs-section-wrapper .row {
    padding: 0px 12px;
}

@media only screen and (max-width: 1440px) {
    .lets_talk__heading h3 {
        font-size: 36px;
    }

    .lets_talk__heading p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1199px) {
    .lets_talk__content {
        flex-flow: row wrap;
    }

    .lets_talk__heading {
        flex: 0 0 100%;
        margin-bottom: 20px;
        padding-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .lets_talk__content {
        margin-bottom: 60px;
    }

    .row.tabs-content-row-mobile {
        margin: 0px;
    }

    .lets_talk_image_wrapper img {
        padding-left: 0;
    }

    .row.tabs-content-row-mobile {
        padding: 20px 0px;
    }

    .lets_talk__heading h3 {
        font-size: 32px;
    }

    .lets_talk__heading p {
        font-size: 18px;
    }

    .lets_talk_image_wrapper {
        padding-left: 0px;
    }

    .lets_talk__section .container {
        padding: 0px;
    }

    .lets_talk__section .col-lg-5 {
        padding: 0px 30px;
    }

}

@media only screen and (max-width: 767px) {
    .lets_talk__heading h3 {
        font-size: 28px;
    }

    .lets_talk__heading p {
        width: 66%;
    }
}

@media only screen and (max-width: 576px) {
    .lets_talk__section {
        background-color: #F2F2F2;
        padding: 48px 0;
    }

    .lets_talk__heading p {
        width: 50%;
    }

    .lets_talk__heading h3 {
        font-size: 20px;
    }

    .lets_talk__heading p {
        font-size: 14px;
    }

    .lets_talk__section .col-lg-5 {
        padding: 50px 30px 0;
    }
}

@media only screen and (max-width: 425px) {
    .lets_talk__section .container {
        padding: 0;
    }
}