.text-l{
 font-size: 1.1rem;
}
.text-black{
    color: #000 !important;
}
.w-14 {
    width: 6rem !important;
}
.hide-web{
    display: none !important;
}
@media (max-width: 600px) {
    .opening-justify-mb{
    justify-content: unset !important;
    }
    .ml-mb-1{
        margin-left: 1rem;
    }
    .hide-mb{
        display: none !important;
    }
    .pad-mb{
        padding: 0.8rem !important;
    }
    .text-lg {
        font-size: 1rem !important;
    }
    .py-12{
        padding-top: 1rem !important;
    }
    .mb-nav-m{
        margin-left: -1.55rem !important;
        margin-top: -1.25rem !important;
    }
    .hide-web{
        display: block !important;
    }
    .hide-mb{
        display: none !important;
    }
    .pd-mb-5px{
        padding: 0px 10px;
    }
}