@media only screen and (max-width: 768px) {
    .floating-menu {
        background: #d4bb90 !important;
        padding: 40px 13px 71px 10px !important;
        font-family: "Inder";
        width: 111 !important;
        font-size: 12px !important;
        height: 105px !important;
        z-index: 100 !important;
        position: fixed !important;
        bottom: 30% !important;
        right: 0px;
    }
}