/* Big (over desktops, 1200px and up) */
@media (min-width: 1200px) {
    /*===============================*/
    /*===============================*/
}/* END */

/* Big (over desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1439px) {
    /*===============================*/
    .b-promo .col-md-6:first-child {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    /*===============================*/
}/* END */
