.image-cta {
    position: relative;
    overflow: hidden;
}

.image-cta-bg {
    position: absolute;
    left: 0;
    top: 0;
}

.image-cta-overlay {
    position: relative;
    z-index: 1;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.85) 0%, rgba(90,89,85,0.85) 80%, rgba(65,65,65,0.85) 100%);
    color: #fff;
    text-align: center;
    padding: 50px 0;
}

.category-top-cta .image-cta-overlay {
    background: none;
}

.image-cta-wrapper h2 {
    color: #fff;
    line-height: 1.285em;
}

.image-cta-wrapper .sub-heading {
    color: #fff;
}

.image-cta-wrapper .sub-heading::before {
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0.1;
    top: -32px;
}

.image-cta-btns .btn-secondary {
    background: transparent;
    border-color: #fff;
    color: #fff;
    width: max-content;
}

.image-cta-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.image-cta-btns .btn-primary {
    background: #fff;
    color: #065AA3;
    width: max-content;
}

.image-cta-lion-icon {
    position: absolute;
    left: -516px;
    top: -27px;
    max-width: unset;
    z-index: 2;
    opacity: 0.35;
}

.image-cta-wrapper {
    position: relative;
    z-index: 3;
}

.image-cta.blue-bg .image-cta-overlay {
    background: rgb(0,31,59);
    background: linear-gradient(0deg, rgba(0,31,59,0.9) 0%, rgba(6,90,163,0.9) 70%, rgba(0,31,59,0.9) 100%);
}

.image-cta-with-form .image-cta-lion-icon {
    left: -537px;
    top: 183px;
}

.image-cta-btns .btn + .btn {
    margin: 15px 0 0 0;
}

.image-cta-content a:not(.btn) {
    color: #fff;
}

.form__top-content .icon-phone {
    color: #037C0C;
}

@media(min-width: 768px) {
    .image-cta-overlay {
        padding: 75px 0;
    }

    .image-cta-wrapper {
        max-width: 832px;
        margin: 0 auto;
    }

    .image-cta-with-form .image-cta-btns {
        flex-direction: row;
        justify-content: center;
    }

    .image-cta-with-form .image-cta-btns .btn + .btn {
        margin: 0 0 0 35px;
    }

    .image-cta-with-form .image-cta-lion-icon {
        left: -605px;
        top: -33px;
        width: 868px;
    }
}

@media(min-width: 1200px) {
    .image-cta-overlay {
        padding: 125px 0;
    }

    .image-cta-wrapper .sub-heading::before {
        top: -32px;
    }

    .image-cta-btns {
        flex-direction: row;
        justify-content: center;
        margin-top: 25px;
    }

    .image-cta-btns .btn + .btn {
        margin: 0 0 0 35px;
    }

    .image-cta-wrapper h2 {
        line-height: 1.1667em;
    }

    .image-cta-btns .btn-primary:hover {
        background: linear-gradient(45deg, #065AA3 0%, #065AA3 100%);
        color: #fff;
    }

    .image-cta-btns .btn-secondary:hover {
        border-color: #001F3B;
        background: #9DB8CE;
        color: #001F3B;
    }

    .image-cta-lion-icon {
        left: -201px;
        width: 687px;
        opacity: 0.65;
    }

    .image-cta-with-form .image-cta-lion-icon {
        left: -220px;
        top: -7px;
        width: 697px;
    }

    .image-cta-with-form .image-cta-btns {
        justify-content: left;
    }

    .image-cta-with-form .image-cta-wrapper .sub-heading::before {
        left: unset;
        transform: unset;
        left: -28px;
    }
}