.sf-learn-more {
    background: linear-gradient(to bottom, #BF1E2E 0%, #333333 30%);
}

.sf-learn-more .sflm-steps {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.sf-learn-more .sflm-steps li {
    display: table-cell;
    text-align: center;
    vertical-align: top;
    color: white;
    margin: 0 20px;
}

.sf-learn-more .sflm-banner {
    max-width: 1600px;
    margin: auto;
}

.sf-learn-more .sflm-steps i {
    font-size: 32px;
    color: #BF1E2E;
    margin-bottom: 12px;
}

.sf-learn-more .sflm-steps span {
    display: block;
    font-size: 12px;
    line-height: 20px;
}

@media (min-width: 768px) {
    .sf-learn-more .sflm-content a {
        margin-left: 20px;
    }
}