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

.content-with-image+section.content-with-image {
    padding-top: 60px;
}

.content-with-image:has(+section.content-with-image) {
    padding-bottom: 60px;
}

.content-with-image.gold {
    background: #b67f00;
}

.content-with-image .content .title {
    font-family: 'Eurostile', sans-serif;
    line-height: 40px;
    font-size: 44px;
    margin-bottom:44px;
}

.content-with-image.gold .content .title {
    color: #fff;
}

.content-with-image .content .text {
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.content-with-image .content .text ul {
	margin-left:0;
}
.content-with-image .content .text :last-child {
    margin-bottom: 0;
}

.content-with-image.gold .content .text {
    color: #fff;
}

.content-with-image .content .link {
    font-family: 'Eurostile', sans-serif;
    font-size: 19px;
    text-decoration: none;
    line-height: 24px;
    color: #fff;
    background: #B67F00;
    padding: 10px 23px;
    display: inline-block;
    margin-top: 30px;
}

.content-with-image.gold .content .link {
    color: #fff;
    padding: 10px 0;
}

.content-with-image .content .link:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 20px;
    background: url("../../img/arrow-right.svg") no-repeat center center;
    background-size: contain;
    margin-left: 8px;
    vertical-align: middle;
}


.content-with-image img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
}



@media screen and (min-width: 992px) {
    .content-with-image .content.col-lg-6.order-lg-2 {
        padding-left: 65px;
    }

    .content-with-image .content.col-lg-6.order-lg-1 {
        padding-right: 65px;
    }
}

@media screen and (max-width: 991.9px) {
    .content-with-image {
        padding: 61px 0;
    }

    .content-with-image.gold .content .title {
        font-size: 30px;
        line-height: 30px;
    }

    .content-with-image.gold .content .text {
        font-size: 18px;
        
    }

    .content-with-image.gold .content .link {
        font-size: 15px;
        line-height: 30px;
    }

    .content-with-image .content {
        margin-top: 20px;
    }
	.content-with-image .content .title {

    line-height: 35px;
    font-size: 30px;
}

.content-with-image .content .text {
    font-size: 18px;
    line-height: 30px;
}
}