.cta-bg-block .item {
    display: flex;
    align-items: center;
    position: relative;
    padding: 90px 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.cta-bg-block picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cta-bg-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-bg-block .content {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.cta-bg-block .text-box {
    max-width: 55%;
    margin: 0 auto;
}

.cta-bg-block .text-box img {
    margin-bottom: 2rem;
}

.cta-bg-block .svg-img {
    width: 200px;
}

.cta-bg-block h2 {
    text-shadow: 0 0 9px rgba(0,0,0,.45);
}

.cta-bg-block .subtext {
    text-shadow: 0 0 9px rgba(0,0,0,.45);
}

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

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

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

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

    .cta-bg-block .text-box {
        max-width: 75%;
    }

}

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

    .cta-bg-block .item {
        min-height: 550px;
    }

    .cta-bg-block .text-box {
        max-width: 80%;
    }

}

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

    .cta-bg-block .svg-img {
        width: 150px;
    }

}

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

    .cta-bg-block .svg-img {
        width: 100px;
    }

    .cta-bg-block .item {
        min-height: 500px;
    }

    .cta-bg-block .text-box {
        max-width: 90%;
    }

}