:root {
    --plyr-color-main: var(--bs-primary);
}
.start-btn {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    padding: 0.9rem 1rem 0.9rem 1.1rem;
}
@media only screen and (min-width: 992px) {
    .course-card {
        position: absolute;
    }
}

.course-list .course-item {
    transition: all 0.4s ease;
}
.course-list .course-item:hover {
    transform: scale(1.03);
}

.swiper {
    width: 100%;
    height: 100%;
}

.relative-courses .card-img-container {
    height: 15rem;
}

@media only screen and (min-width: 768px) {
    .catalogue-item {
        min-height: 362px;
    }
}