.banner_cta {
    background-color: #0F302A;
    position: relative;
    padding: 80px 0;
}

.banner_cta > .site-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_cta__img {
    opacity: .3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;

}

.banner_cta__inner {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    max-width: 580px;
}

.banner_cta__heading {
    margin: 0 0 30px;
    color: #fff;
    font-size: 50px;
}

.banner_cta__btn {
    margin: 0 auto;
    background-color: #BBDB6E!important;
    color: #0F302A!important;
}

@media (max-width: 639px) {

    .banner_cta {
        padding: 65px 0;
    }

    .banner_cta__heading {
        font-size: 30px;
        margin: 0 0 20px;
    }
}