@media only screen and (max-width: 600px) {
.static-banners-wrapper {
    display: flex;
    grid-gap: 1.5rem;
    gap: 1.5rem;
    flex-direction: column;
}}

@media only screen and (min-width: 600px) {
.static-banners-wrapper {
    display: flex;
    grid-gap: 1.5rem;
    gap: 1.5rem;
    flex-direction: row;
}}

@media only screen and (max-width: 600px) {
 .statistics-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    flex-direction: column;
    align-content: center;
}}


@media only screen and (max-width: 600px) { .h-\[60px\] {
    height: 60px!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}}

.light-mode-logo  {
    height: 64px!important;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}

.dark-mode-logo  {
    height: 64px!important;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}

@media (max-width: 768px) {
    .md\:px-3 {
        padding-left: .75rem;
        padding-right: .75rem;
        padding-top: 80px;
    }
}
@media (min-width: 768px) {
    .md\:px-3 {
        padding-left: .75rem;
        padding-right: .75rem;
        padding-top: 100px;
    }
}

.mb-8 {
    margin-bottom: 2rem;
    padding-top: 70px;
}

.pt-12 {
    padding-top: 7rem;
}