@media (max-width: 767px) {
    .opener-wrap {
        width: 40px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .has-sublist {
        margin: 0 0 0 30px !important;
    }
}