.page-sidebar {
    display: none;
}

.page-container-wrapper {
    flex-direction: column;
    min-height: 1400px;
    align-items: center;
    justify-content: start;
}

.page-content {
    max-width: none;
    padding: 0;
}

.top-rolling-banner .swiper{
    height: 40rem;
}

.top-rolling-banner img {
    object-fit: cover;
    object-position: bottom;
}

.image-home {
    height: auto;
}

@media (max-width: 1200px) {
    .top-rolling-banner .swiper{
        height: 30rem;
    }
}

@media (max-width: 768px) {
    .top-rolling-banner .swiper{
        height: 20rem;
    }
}


