.flex-content.cta-bar {
    background-color: #FEE000;
}

.flex-content.cta-bar .main-title {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    letter-spacing: 0px;
}

.flex-content.cta-bar .text {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    padding-top: 18px;
}

.flex-content.cta-bar .main-btn {
    margin-top: 25px;
}

@media only screen and (max-width: 991px) {
    .flex-content.cta-bar {
        padding: 30px 0 !important;
    }
}