.cta-bg-block .item {
    display: flex;
    align-items: center;
    position: relative;
    padding: 5rem;
    min-height: 450px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.cta-bg-block .content {
    position: relative;
    width: 100%;
}

.cta-bg-block h2 {

}

.cta-bg-block .subtext {
    font-size: 1.1rem;
}

.cta-bg-block .button-holder {
    margin-top: 25px;
}

.cta-bg-block .button-left,
.cta-bg-block .button-right {
    display: inline-block;
}

.cta-bg-block .btn {
    margin: 0 5px 15px 5px;
    text-shadow: none;
}

@media screen and (min-width:992px) {
    .cta-bg-block .subtext {
        max-width: 80%;
    }

}

@media screen and (min-width:1600px) {
    .cta-bg-block .subtext {
        max-width: 50%;
    }

}

@media screen and (max-width:767px) {

    .cta-bg-block .item {
        padding: 4rem 0;
        min-height: auto;
    }

    .cta-bg-block .subtext {
        max-width: 100%;
    }

}

@media screen and (max-width:425px) {

    .cta-bg-block .item {
        padding: 3.5rem 0;
    }

    .cta-bg-block .subtext {
        font-size: 1.05rem;
    }

}
