.rates-band {
    background: #e5eef5;
    padding: 20px 20%;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

@media (max-width: 1200px) {
    .rates-band {
        padding: 20px 10%;
    }
}

@media (max-width: 767px) {
    .rates-band {
        padding: 0 15px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        width: 100vw;
        margin-left: -15px;
    }
}

.rates-band .tab-pane {
    padding-top: 18px;
}

.rates-band .rate-promo {
    color: #333;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .rates-band .rate-promo {
        margin-bottom: 15px;
    }
}

.rates-band .rate-promo .rate {
    color: #002d56;
    font-size: 48px;
}

.rates-band .btn {
    width: 100%;
    margin-bottom: 10px;
}


/*# sourceMappingURL=rates-band.css.map */