@media screen and (min-width: 0px) and (max-width: 991px) {
    #landing_title {
        padding-top: 0 !important;
    }
}


@media screen and (min-width: 0px) and (max-width: 991px) {
    .cart-mobile {
        position: absolute;
        right: 0 !important;
        margin-top: 15px;
    }
}