/* For extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {}

/* For small devices (phones in portrait mode, less than 576px) */
@media (max-width: 575.98px) {}

/* For 2k screens (large laptops, 1368px - 1919px (Adjusted to 2099.98px)) */
@media (min-width: 1368px) and (max-width: 2099.98px) {}

/* For HD screens (1920px (Adjusted to 2100px) - 2559px) */
@media (min-width: 2100px) and (max-width: 2559.98px) {}

/* For larger than 2k screens (2560px and up) */
@media (min-width: 2560px) {}

/* For medium devices (phones in landscape mode, 576px - 767px) */
@media (min-width: 576px) and (max-width: 767.98px) {}

/* For large devices (tablets in portrait mode, 768px - 1023px) */
@media (min-width: 768px) and (max-width: 1023.98px) {}

/* For extra large devices (tablets in landscape mode and small laptops, 1024px - 1367px) */
@media (min-width: 1024px) and (max-width: 1367.98px) {
    h5 {
        font-size: 1em !important;
    }
}