.video,
.video-respon {
    border: 0.5px solid #7d787831;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
    width: 100%;
    border-radius: 4px;
}

.container {
    padding: 2px 16px;
}

.join-course {
    text-align: center;
    display: block;
    background-color: #04AA6D;
    color: white;
    padding: 8px;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
    border: none;
    text-decoration: none;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}

.join-course:hover {
    background-color: #55ACEE;
}

.hours {
    display: flex;
    justify-content: flex-start;
}

.colorText {
    color: #25265EB3;
}

.center {
    display: flex;
    justify-content: space-between;
}

.icon {
    color: #FFC107;
}