.video-category {
    margin-bottom: 50px;
}

.video-category-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.video-slider {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.video-slide-item {
    text-align: center;
    padding: 10px;
}

.video-slide-item video,
.video-slide-item iframe {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.video-title {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
