/* Add custom CSS styles below */ 

@media (min-width: 1024px) {
        .main-menu {
            display: flex;
            color: white;
        }
@media (min-width: 480px) {
    .banner-entry {
        padding: 1rem;
        height: 520px;
    }
}

@media (msx-width: 480px) {
.grid.one-row.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8 {
    grid-auto-flow: column;!important
}
}
.s-block {
    margin-top: 3rem; !important
}
@media (max-width: 480px)
{
.s-block {
    margin-top: 0.3rem; !important
}
}