body{
    background: #f9fafb;
    overflow-x: hidden;
}

img,
svg,
video,
canvas {
    max-width: 100%;
    height: auto;
}

.responsive-table {
    width: 100%;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

@media (max-width: 1279px) {
    .mx-24 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }

    .px-24 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
}

@media (max-width: 1023px) {
    .mx-24 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .px-24 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .pt-48 {
        padding-top: 10.5rem !important;
    }

    .w-1\/2 {
        width: 100% !important;
    }

    .grid-cols-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .grid-cols-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .responsive-table,
    table.min-w-full,
    table[id$="Table"] {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    .mx-24 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .px-24 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .pt-48 {
        padding-top: 10rem !important;
    }

    .pt-28 {
        padding-top: 8rem !important;
    }

    .w-1\/2 {
        width: 100% !important;
    }

    .text-6xl {
        font-size: 2.125rem !important;
        line-height: 1.2 !important;
    }

    .text-5xl {
        font-size: 1.75rem !important;
        line-height: 1.3 !important;
    }

    .grid-cols-4 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .grid-cols-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .grid-cols-2 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .col-span-2,
    .col-span-3,
    .col-span-4 {
        grid-column: span 1 / span 1 !important;
    }

    .responsive-table,
    table.min-w-full,
    table[id$="Table"] {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }
}
