

@media screen and (max-width: 767px) {
    .first-content-wrap  {
        margin-top: -20px !important;
    }

    .dropdown {
        position: absolute;
        top: -22%;
        right: 7%;
    }
}