.component_title_content_and_cta_with_image {
    background: var(--khaki_10);
    padding: 60px 0;
}

.component_title_content_and_cta_with_image .section_inner {
    display: flex;
    flex-wrap: wrap;
    background: var(--white);
}

.component_title_content_and_cta_with_image .section_inner .content_section {
    width: 66.66%;
    padding: 104px 94px;
}

.component_title_content_and_cta_with_image .title {
    max-width: 600px;
}

.component_title_content_and_cta_with_image .description p {
    font-size: 15px;
}

.component_title_content_and_cta_with_image .cta_section {
    margin: 24px 0 0;
    display: flex;
}

.component_title_content_and_cta_with_image .cta_section a {
    border-radius: 15px;
    background: var(--sale);
    color: var(--white);
    text-transform: uppercase;
    text-decoration: none;
    padding: 16px 32px;
    transition: all ease .3s;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: 1.3px;
    font-family: var(--font_Avenir_Next_Demi_Bold);
}

.component_title_content_and_cta_with_image .cta_section a:hover {
    background: var(--stone);
}

.component_title_content_and_cta_with_image .media_section {
    width: 33.34%;
}

.media_section_inner {
    height: 100%;
}

.component_title_content_and_cta_with_image .media_section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width:1359px) {
    .component_title_content_and_cta_with_image .title {
        max-width: 500px;
    }
}

@media (max-width:1199px) {
    .component_title_content_and_cta_with_image .section_inner .content_section {
        padding: 60px 40px;
    }
}

@media (max-width:767px) {
    .component_title_content_and_cta_with_image .section_inner .content_section {
        padding: 24px;
        width: 100%;
    }

    .component_title_content_and_cta_with_image {
        padding: 15px 0;
    }

    .component_title_content_and_cta_with_image .media_section {
        width: 100%;
        padding: 0 24px 24px 24px;
    }

    .media_section_inner {
        min-height: 309px;
    }

    .component_title_content_and_cta_with_image .title .title_text {
        margin: 0 0 24px;
    }
}