body.page-template-page-home main .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: calc(1200px + 40px);
    padding-right: 20px;
    padding-left: 20px;
}

/* Header image */
.block-homepage-header {
    position: relative;
    background: #AECBC9;
    height: 576px;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.block-homepage-header .header-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.block-homepage-header .header-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(236.32deg, rgba(0, 0, 0, 0) 34.96%, rgba(0, 0, 0, 0.4) 77.88%);
}
.block-homepage-header .header-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.block-homepage-header .homepage-header {
    position: relative;
}
.block-homepage-header .homepage-header .header-image {
    width: 50%;
}
.homepage-header .header-text {
    margin-top: 30px;
    width: 35%;
    font-family: Titillium Web;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}
.homepage-header .header-text svg {
    display: inline-block;
    vertical-align: bottom;
}

/******************** Logo wall *******************/
body.page-template-page-home .content-logo-section {
    padding: 80px 0;
}
body.page-template-page-home .content-logo-section .content-logo-section-headline {
    font-family: Titillium Web !important;
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    max-width: inherit;
    color: #004F94;
}
body.page-template-page-home .content-logo-section .content-logo-section-text {
    margin: 30px auto 0;
}
body.page-template-page-home .content-logo-section .content-logo-section-text p {
    margin-top: 0;
    font-family: Titillium Web !important;
    color: #003366;
    font-size: 20px;
    line-height: 28px;
}

/* Responsive */
@media only screen and (max-width: 767px) {
    .block-homepage-header {
        height: 360px;
        padding: 20px 0;
    }
    .block-homepage-header .homepage-header .header-image {
        width: 60%;
    }
    .block-homepage-header .header-bg img {
        object-position: 78% center;
    }
    .homepage-header .header-text {
        margin-top: 15px;
        width: 100%;
    }
    /****************/
    body.page-template-page-home .content-logo-section {
        padding: 40px;
        text-align: left;
    }
    body.page-template-page-home .content-logo-section .content-logo-section-headline {
        font-size: 25px;
        line-height: 30px;
        text-align: left;
    }
    body.page-template-page-home .content-logo-section .content-logo-section-text {
        margin: 15px auto 0;
    }
    body.page-template-page-home .content-logo-section .content-logo-section-img {
        margin-top: 30px;
    }
}