.presentation-video {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    border: 3px solid var(--primaryColor);
}

.courses-swiper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.video-feed-swiper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    padding: 20px;
}

.course-img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.course-title {
    font-size: 22px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 0px;
}

.counter-home {
    border-radius: 8px;
    padding: 15px;
    width: 23%;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .counter-home {
        width: 48% !important;
    }
}

@media (max-width: 576px) {
    .counter-home {
        width: 98% !important;
    }
}

.counter-home h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 5px;
}

.counter-home hr {
    margin-top: 7px;
    margin-bottom: 7px;
}

.counter-home p {
    font-size: 16px;
    margin-bottom: 0px;
}

.video-feed {
    width: 100%;
    height: 180px;
    border-radius: 10px;
    border: 3px solid var(--primaryColor);
}

.feed-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
}