#he-call-us {
    display: none;
}

.cms.clearfix {
    padding: 0;
}

.cms.clearfix > .container {
    width: 100%; max-width: none;
    margin: 0; padding: 0;
}

.backdrop {
    width: 100%; height: auto;
    min-height: 411px;
    color: #fff;
}

.backdrop-mask {
    position: absolute;
    width: 100%;
    top: 10px;
    background-color: rgba(12,31,56,.75);
    background: linear-gradient(rgba(42, 95, 141, .75), rgba(12, 31, 56, .75));
    mix-blend-mode: multiply;
}

.backdrop:first-of-type,
.backdrop-mask {
    height: 640px;
}

.backdrop:nth-child(odd) {
    background-color: #F7F9FC;
}

.backdrop .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin: auto;
    z-index: 1;
}

.container {
    max-width: 896px
}

/* Top section */

.backdrop:first-child {
    display: flex;
    align-items: center;
    background-size: cover;
    margin-top: -31px;
}

.main-content h1 {
    color: #fff;
    font-size: 38px; line-height: 1.1;
}

.cms h1 {
    text-align: left;
}

.main-content p {
    font-size: 14px; line-height: 20px;
    color: #fff;
}

.contact-button {
    background-color: #fff;
    color: #24272E;
    font-weight: 700;
    font-size: 16px;
    max-width: none;
    width: 100%;
    text-align: center;
    height: 48px;
    padding: 14px 71px;
    margin-top: 40px;
}

.contact-button:hover {
    color: #24272E;
    text-decoration: none;
}

.backdrop:not(:first-of-type) .container {
    padding: 0 12px;
    margin: 35px auto;
}

.contact-link {
    max-width: none;
}

@media (min-width: 577px) {

    .main-content h1 {
        font-size: 48px;
    }

    .main-content p {
        font-size: 16px; line-height: 24px;
        max-width: 440px;
    }

    .backdrop:first-of-type,
    .backdrop-mask {
        height: 560px;
    }

    .contact-button {
        max-width: 228px;
    }
}