@media screen and (max-width:1300px){
    .wrapper{
       /* margin-top:-420px; */
    }
    .blue-overlay{

    }
}
@media screen and (max-width: 1300px){
    .blue-overlay{
       /* bottom:230px; */
    }
}


@media screen and (max-width: 414px){
    .dropdown__item_mobile-only{
        display: block!important;
    }
}