section.content-with-image {
    padding: 100px 0;
}

section.content-with-image:not(.background-dark) {
    background: url("../../img/section-content-with-image-bg.jpg") 0 0 / cover;
}

section.content-with-image .content * {
    color: #FFFFFF;
}

section.content-with-image .section-wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

section.content-with-image .section-wrap .image-right {
    order: 2;
}

section.content-with-image .section-wrap .image-right + .section-content .content-wrap {
    margin-left: auto;
}

section.content-with-image .section-image.image-right .image-wrap {
    padding: 0 0 0 15px;
}

section.content-with-image .section-wrap > div {
    flex: 1;
    min-width: 50%;
}

section.content-with-image .section-image .image-wrap {
    padding: 0 15px 0 0;
}

section.content-with-image .section-image img {
    width: 100%;
    max-height: 660px;
    object-fit: cover;
}

section.content-with-image .section-content {
    padding: 0 130px;
}

section.content-with-image .section-content .content-wrap {
    width: 100%;
    max-width: 432px;
}

section.content-with-image .subtitle {
    margin-bottom: 16px;
}

section.content-with-image .section-title {
    margin-bottom: 10px;
    justify-content: flex-start;
}

section.content-with-image .content a {
    color: #BAA375;
}

section.content-with-image .content a:hover {
    color: #640000;
}


/* MEDIA */

@media only screen and (max-width: 1200px) {
    section.content-with-image .section-content {
        padding: 0 60px;
    }
}

/* ( < 1200 ) */


@media only screen and (max-width: 991px) {
    section.content-with-image {
        padding: 46px 15px;
    }

    section.content-with-image .section-wrap {
        flex-wrap: wrap;
        max-width: 440px;
        margin: 0 auto;
    }

    section.content-with-image .section-wrap > div {
        min-width: 100%;
    }

    section.content-with-image .section-wrap .section-content {
        margin-top: 30px;
        padding: 0;
    }

    section.content-with-image .section-image.image-right .image-wrap,
    section.content-with-image .section-image .image-wrap {
        padding: 0;
    }
}

/* ( < 991 ) */
