        .pagination {
            margin-top: 2rem;
            justify-content: center;
        }
        @media (max-width: 768px) {
            .movie-poster {
                height: 00px;
            }
        }
        
        
        .category-title {
            border-left: 4px solid #dc3545;
            padding-left: 1rem;
            margin: 2rem 0 1rem;
        }
        .swiper-slide {
            height: 400px;
        }
        .hot-keyword {
            margin: 5px;
            transition: all 0.2s;
        }
        @media (max-width: 768px) {
            .movie-poster {
                height: 200px;
            }
            .swiper-slide {
                height: 250px;
            }
        }