@media screen and (max-width:368px) {
    .whyhooseus {
        margin-top: 100px;
    }
}

@media screen and (min-width:368px) and (max-width:1022px) {
    .whyhooseus {
        margin-top: 100px;
    }
}