.full-width-image-block {
    position: relative;
    z-index: 2;
    padding: 200px 20px;
}

.full-width-image-block.element-before-footer {
    padding-bottom: 650px;
    margin-bottom: -450px;
}

.full-width-image-block.element-before-footer-without-cta {
    padding-bottom: 250px;
    margin-bottom: -300px;
}

.full-width-image-block__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

.full-width-image-block__container {
    max-width: 1321px;
    padding: 30px 127px 50px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background-color: #FFF;
}

.full-width-image-block__container:before,
.full-width-image-block__container:after {
    content: "";
    display: none;
    z-index: 6;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100px;
    background-color: inherit;
    -webkit-transform: skewY(-3deg);
            transform: skewY(-3deg);
}

.top-angle-type-1 .full-width-image-block__container:before,
.top-angle-type-2 .full-width-image-block__container:before {
    display: block;
}

.bottom-angle-type-1 .full-width-image-block__container:after,
.bottom-angle-type-2 .full-width-image-block__container:after {
    display: block;
}

.top-angle-type-1 .full-width-image-block__container:before,
.bottom-angle-type-1 .full-width-image-block__container:after {
    -webkit-transform: skewY(3deg);
        transform: skewY(3deg);
}

.top-angle-type-2 .full-width-image-block__container:before,
.bottom-angle-type-2 .full-width-image-block__container:after {
    -webkit-transform: skewY(-3deg);
        transform: skewY(-3deg);
}

.full-width-image-block__container:before {
    top: -50px;
}

.full-width-image-block__container:after {
    bottom: -50px;
}

.full-width-image-block__inner {
    position: relative;
    z-index: 7;
}

.full-width-image-block h3 {
    margin-bottom: 15px;
}

.full-width-image-block p {
    font-size: 17px;
    margin: 0 0 15px;
}

.full-width-image-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.full-width-image-block ul li p {
    margin-bottom: 0;
}

.full-width-image-block ul li {
    position: relative;
    padding-left: 20px;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
}

.full-width-image-block ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    background-image: url("/source/20da34158debd4b0143f5eb32c495747/icon-star.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

.full-width-image-block ul li:not(:last-child) {
    margin-bottom: 10px;
}


.full-width-image-block a:not(.btn) {
    color: #971515;
    box-shadow: inset 0 0 #971515;
	transition: color 0.2s ease-in-out,
				box-shadow 0.2s ease-in-out;
}

.full-width-image-block a:not(.btn):hover {
    color: #fff;
    -webkit-box-shadow: inset 0 -100px #971515;
}

/*
* Responsive
*/

@media (max-width: 1025px) {
    .full-width-image-block {
        padding: 160px 22px;
    }

    .full-width-image-block__container {
        padding: 10px 63px 30px;
    }

    .full-width-image-block.full-width-image-block.element-before-footer-without-cta {
        padding-bottom: 220px;
        margin-bottom: -186px;
    }
}

@media (max-width: 600px) {
    .full-width-image-block__container {
        padding: 10px 22px 30px;
    }

    .full-width-image-block.element-before-footer {
        padding-bottom: 130px;
        margin-bottom: 0;
    }

    .full-width-image-block ul li {
        padding-left: 30px;
    }

    .full-width-image-block ul li:before {
        top: 9px;
        left: 6px;
    }
}