@media screen and (min-width: 577px) and (max-width: 768px) {
    .section-inner.container:first-of-type {
        margin-top: 190px;
    }
}

@media screen and (max-width: 576px) {
    .section-inner.container:first-of-type {
        margin-top: 140px;
    }    
}