/* SM (landscape phones, 576px and up) */
@media (min-width: 576px) {  }

/* M (tablets, 768px and up) */
@media (min-width: 768px) { 

}

/* LG (desktops, 992px and up) */
@media (min-width: 992px) { 
    
    .section-marcas {
        height: 600px;
    }

}

/* XL (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }