h1.title.h1{
    margin: 0;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 19px;
}

.description p{
    color: #fff;
}

.section-content {
    padding-top: 40px;
    padding-bottom: 78px;
}

.content-text {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0;
    height: 439px;
    max-height: 439px;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
    border-radius: 10px;
}

.banner-image {
    display: flex;
    align-items: center;
    position: relative;
}

.content {
    max-width: 738px;
    padding: 0 20px;
    text-align: center;
    z-index: 1;
}

.banner-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

.button-back-to-homepage {
    margin-top: 50px;
    width: 100%;
    text-align: center;
}

.button-back-to-homepage a.btn {
    max-width: 411px;
    width: 100%;
}

@media screen and (max-width:767px) {
    .section-content {
        padding-bottom: 90px;
    }
    .content-text {
        background-image: var(--background-image-mobile) !important;
    }
}