.light-bg {
    background-color: #F5F5F5;
}
.heading {
    font-family: GothamCondensed-Bold, sans-serif;
    color: #D91F26;
    font-size: 40px;
    text-transform: uppercase;
}
.heading .day {
    color: #1A1A1A;
}
.text-details {
    font-family: Figtree-Regular, sans-serif;
    color: #1A1A1A;
    font-size: 16px;
}
.benefits-container.row {
    margin-top: 32px;
    padding-bottom: 32px;
}
.benefits-container:last-child {
    padding-bottom: 80px;
}
.benefits-container.row .col-lg-4 {
    margin-top: 16px;
}
@media only screen and (max-width: 1024px) {
    .light-bg {
        padding-top: 48px;
    }
    .heading {
        font-size: 32px;
    }
    .old-benefits {
        margin-top: 32px;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1024px) {
    .heading {
        padding-top: 32px;
    }
}
