/* Small devices only */
@media (max-width: 380px) {
    html,
    body,
    p,
    div,
    span,
    .fs-5,
    label {
        font-size: 1rem;
    }
}

/* Small devices only */
@media (max-width: 360px) {
    html,
    body,
    p,
    div,
    span,
    .fs-5,
    label {
        font-size: 1rem !important;
    }
}
