.cta-section {
    background-color: #464646;
    position: relative;
}

.cta-section .cta-heading {
    font-size: 30px;
    color: #fff;
}

.cta-section .cta-heading,
.cta-section .cta-text {
    margin-bottom: 16px;
}

.cta-section .cta-text {
    font-size: 16px;
    color: #fff;
}

.cta-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}

@media (min-width: 768px) {
    .cta-section .cta-heading {
        font-size: 40px;
    }
    
    .cta-section .cta-text {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .cta-bg {
        display: block;
    }
}