#cta-strip {
    padding: 64px 0;
    background: #F8F9FC;
}
#cta-strip .container {
    /* width: 1352px; */
    display: flex;
    flex-direction: row;
}

#cta-wrapper {
    background: linear-gradient(99.81deg, #000000 0.51%, #24333B 100%), url(../../images/cta.png);
    border-radius: 20px;
    
    width: 100%;
}
#cta-bg-image {
    background-image: url(../../images/cta.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 64px;
}

#cta-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    text-align: center;
    color: #F8F9FC;
    margin: 0 0 24px 0;
}
#cta-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    color: #F8F9FC;
    max-width: 600px;
    margin: 0 auto 40px auto;
}
#cta-button-wrapper {
    display: flex;
    flex-direction: col;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1080px) {
    #cta-strip {
        padding: 60px 0;
        background-color: #fff;
    }
    #cta-bg-image {
        padding: 60px 15px;
    }
    #cta-title {
        font-size: 32px;
        font-weight: 700;
        line-height: 38.4px;
        text-align: center;
    }
    #cta-text {
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        text-align: center;
        margin: 0 auto 56px auto;
    }
}