.mt-160 {
    margin-top: 160px;
}

@media only screen and (max-width: 406px) {
    .mt-160 {
        margin-top: 185px;
    }
}