.half-image-half-content {
    position: relative;
    background-color: #FFF;
    margin-bottom: -50px;
}

.half-image-half-content.element-before-footer {
    margin-bottom: -300px;
    z-index: 2;
}

.half-image-half-content.element-before-footer-without-cta {
    margin-bottom: -280px;
}

.half-image-half-content__container {
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    justify-content: center;
}

.half-image-half-content--right .half-image-half-content__container {
    flex-direction: row-reverse;
}

.half-image-half-content.half-image-half-content--right.element-before-footer {
    margin-bottom: -415px;
}

.half-image-half-content__item {
    width: 50%;
}

.half-image-half-content__image {
    height: 100%;
}

.half-image-half-content__image img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
}

.half-image-half-content__content {
    padding: 200px 138px 130px;
    position: relative;
}

.masthead-innerpage + .half-image-half-content .half-image-half-content__content {
    padding-top: 100px;
}

.half-image-half-content__content h1,
.half-image-half-content__content h2,
.half-image-half-content__content h3,
.half-image-half-content__content p {
    position: relative;
    z-index: 9;
}

.half-image-half-content.element-before-footer .half-image-half-content__content {
    padding-bottom: 320px;
}

.half-image-half-content.element-before-footer-without-cta .half-image-half-content__content {
    padding-bottom: 100px;
}

.half-image-half-content.half-image-half-content--right.element-before-footer .half-image-half-content__content {
    padding-top: 170px;
    padding-bottom: 430px;
}

.half-image-half-content__content:before {
    content: "";
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #FFF;
    -webkit-transform: skewY(3deg);
            transform: skewY(3deg);
}

.half-image-half-content__content:before {
    top: -50px;
}

.half-image-half-content__content h3 {
    margin: 0 0 20px;
    position: relative;
    z-index: 1;
}

.half-image-half-content__content p,
.half-image-half-content__content ul li,
.half-image-half-content__content ol li {
    font-size: 17px;
    margin: 0 0 25px;
    position: relative;
    z-index: 1;
}

.half-image-half-content__content ul,
.half-image-half-content__content ol {
	margin: 10px 0 25px;
}

.half-image-half-content__content a:not(.btn) {
    color: #971515;
    font-weight: 500;
    padding: 3px 3px 3px;
    text-decoration: underline;
    transition: font 0.25s ease-in-out;
}

.half-image-half-content__content a:not(.btn):hover {
    font-weight: 600;
}

/*
* Responsive
*/

@media (max-width: 1025px) {
    .half-image-half-content {
        margin-bottom: 0;
    }

    .half-image-half-content.element-before-footer {
        margin-bottom: 0;
    }

    .half-image-half-content.half-image-half-content--right.element-before-footer {
        margin-bottom: 0;
    }

    .half-image-half-content__content:before {
        display: block;
    }
    
    .half-image-half-content__item {
        width: 100%;
    }

    .half-image-half-content__content {
        padding: 20px 22px;
    }

    .half-image-half-content.element-before-footer .half-image-half-content__content {
        padding-bottom: 80px;
    }

    .half-image-half-content.half-image-half-content--right.element-before-footer .half-image-half-content__content {
        padding-top: 10px;
        padding-bottom: 70px;
    }

    .half-image-half-content.element-before-footer-without-cta .half-image-half-content__content {
        padding-bottom: 50px;
    }
}

@media (max-width: 600px) {
    .half-image-half-content.element-before-footer {
        margin-bottom: 0;
    }

    .half-image-half-content__content {
        padding: 20px 22px 80px;
    }

    .half-image-half-content.element-before-footer .half-image-half-content__content {
        padding-bottom: 80px;
    }

    .half-image-half-content.half-image-half-content--right.element-before-footer .half-image-half-content__content {
        padding-top: 10px;
        padding-bottom: 70px;
    }

    .half-image-half-content__content h3 {
        position: relative;
    }

    .half-image-half-content__image {
        position: relative;
        padding-top: 120%;
    }

    .half-image-half-content__image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
    }
	
	.half-image-half-content__content ul,
	.half-image-half-content__content ol {
		margin: 10px 0;
	}
}