.tcb-earn-even-more-module {
    padding: 25px;
    text-align: center;
}

.tcb-earn-even-more-module .icon-caption {
    background: transparent;
    margin-top: 0;
    font-weight: 800;
    color: #F36A20;
}

.tcb-earn-even-more-module .bonus-offers {
    margin-top: 50px;
}

.tcb-earn-even-more-module .offer-block {
    background-color: var(--extra-light-gray);
    padding: 30px 40px 30px 40px;
    margin-bottom: 30px;
}

.tcb-earn-even-more-module .cta_row {
    margin-top: 50px;
}

.tcb-earn-even-more-module .footnotes {
    margin-top: 50px;
}

/* tablet - desktop */
@media screen and (min-width: 768px) {  

    .tcb-earn-even-more-module {
        padding: 50px;
    }

    .tcb-earn-even-more-module .offer-block {
        width: 20%;
        padding: 30px;
        margin-right: 4%;
        display: inline-block;
        margin-bottom: auto;
    }

    .tcb-earn-even-more-module .offer-block:last-of-type {
        margin-right: auto;
    }

}

@media screen and (min-width: 1000px) {

    .tcb-earn-even-more-module {
        padding: 30px 40px 30px 40px;
        padding: 100px;
    }

}

@media screen and (min-width: 1200px) {

    .tcb-earn-even-more-module {
        padding: 150px 150px 75px 150px;
        
    }

}