.learn_more {
    padding: 50px 0px;
    background: #341C80;
}

.learn_more .wrapper {
    text-align: center;
}

.learn_more h2, .learn_more h5 {
    margin-bottom: 20px;
}

.learn_more .cta-container a {
    padding: 10px 30px;
    font-size: 20px;
    line-height: 32px;
    border-radius: 10px;
    color: #333CFF;
    background: #ffffff;
    text-decoration: none;
    display: inline-block;
}

@media  screen and (min-width: 1000px) {
    .learn_more {
        padding: 120px 0px;
        background: #341C80;
    }
    .learn_more .wrapper {
        max-width: 906px;
    }
    .learn_more h2 {
        letter-spacing: -2px;
    }
    .learn_more h2, .learn_more h5 {
        margin-bottom: 30px;
    }
}

@media  screen and (min-width: 1500px) {
    .learn_more .cta-container a {
        font-size: 22px;
        line-height: 40px;
    }
}