.cta-title{
    margin-bottom: 20px;
}

.cta-section {
    padding: 140px 0px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(266.47deg,
            rgba(41, 108, 196, 0.1079) 13.14%,
            rgba(0, 0, 0, 0.46895) 53.31%,
            rgba(0, 0, 0, 0.83) 93.49%);
    z-index: 1;
}

.cta-section .container {
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1024px) {
    .cta-section{
        padding: 80px 0px;
    }
}

@media screen and (max-width: 767px) {
    .cta-section{
        padding: 60px 0px;
    }
}