@media(min-width:996px){
    .div-mrg {
    margin-top: 110px;
}
}

@media(max-width:995px){
    .div-mrg {
    margin-top: 90px;
}
}