.cta-section {
    padding: 90px 0;
}

.cta-sec-wrapper {
    text-align: center;
}

.cta-description {
    margin-bottom: -10px;
    max-width: 904px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.cta-description p {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    opacity: 0.8;
}

@media (min-width: 992px) {
    .cta-section.green-bg h1 {
        font-family: 'Oswald';
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 59px;
        text-transform: uppercase;
    }
}

@media (max-width: 1199px) {
    .cta-description p {
        font-size: 18px;
        line-height: 28px;
    }
}

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

@media (max-width: 767px) {
    .cta-section {
        padding: 50px 0;
    }
    .cta-description p {
        font-size: 16px;
        line-height: 22px;
    }
}