.content-images-bottom {
    position: relative;
    padding-top: 80px;
}

.content-images-bottom__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 150px;
}

.content-images-bottom__background--inner {
    width: 100%;
    height: 100%;
    background: var(--apricot);
}

.content-images-bottom__wrapper {
    text-align: center;
}

.content-images-bottom__title--wrapper, .content-images-bottom__lead--wrapper {
    margin-bottom: 30px;
}

.content-images-bottom__title {
    margin-bottom: 0;
    color: var(--gold);
}

.content-images-bottom__lead {
    margin-bottom: 0;
    font-weight: var(--font-weight-thin);
}

.content-images-bottom__content--wrapper {
    margin-bottom: 60px;
}

.content-images-bottom__content p:last-child {
    margin-bottom: 0;
}

.content-images-bottom__image--wrapper {
    position: relative;
    height: 300px;
}

.content-images-bottom__image img {
    left: 0;
    width: 100%;
    object-fit: cover;
}

.content-images-bottom__image .img-wrapper.parallax img {
    top: -20%;
    height: 140%;
}

@media (max-width: 991px) and (min-width: 768px) {
    .content-images-bottom__images {
        margin: 0 -50px;
    }
}

@media (max-width: 767px) {
    .content-images-bottom {
        padding-top: 60px;
    }

    .content-images-bottom__background--inner {
        background: none;
    }

    .content-images-bottom__wrapper {
        text-align: left;
    }

    .content-images-bottom__title, .content-images-bottom__lead {
        margin-bottom: 20px;
    }

    .content-images-bottom__content p:last-child {
        margin-bottom: 30px;
    }

    .content-images-bottom__image.first-image {
        margin-bottom: 15px;
    }

    .content-images-bottom__image--wrapper {
        max-height: 180px;
    }

    .content-images-bottom__image .img-wrapper.parallax img {
        top: -50%;
        height: 200%;
    }    
}