.shipment-banner, .home-brands-slider{
    margin-right: -35px;
    margin-left: -35px;
}
.shipment-banner{
    background-color: #333333;
    color: white;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.shipment-banner div{
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media(max-width: 767px){
    .shipment-banner #shipment-mid-div{
        margin: 45px 0;
    }
}
@media(min-width:768px){
    .shipment-banner{
        padding: 30px 0;
        flex-direction: row;
    }
    .shipment-banner div div{
        min-height: 91px;
    }
    .shipment-banner #shipment-mid-div{
        margin: 0 75px;
    }
    .shipment-banner #shipment-mid-div div{
        display: flex;
        justify-content: flex-end;
    }
}
@media(min-width:1024px){
    .shipment-banner #shipment-mid-div{
        margin: 0 150px;
    }
}
@media(min-width:1366px){
    .l-margin{ 
        margin-left: 350px;
    }
}
@media(min-width:1440px){
    .shipment-banner, .home-brands-slider{
        margin-right: -50%; 
        margin-left: -50%;
    }
    .shipment-banner #shipment-mid-div{
        margin: 0 250px;
    }
}
@media(min-width:2561px){
    .shipment-banner #shipment-mid-div{
        margin: 0 450px;
    }
    .shipment-banner, .home-brands-slider{
        margin-right: -100%; 
        margin-left: -100%;
    }
}