.course-modules-heading {
    font-size: 1.25rem;
}

.course-module__title {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
}

.course-module__title {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}


/* Course modules */
.course-modules-heading {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #189EBF;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.course-modules {
    display: flex;
    gap: 1rem;
    width: 100%;
    min-width: 0;
}

.course-module {
    flex: 1 1 0%;
    min-width: 0;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0 4px 6px rgba(0, 0, 0, 0.06);
    padding: 2rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.course-module__title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0090A1;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.course-module__list {
    list-style: disc;
    padding-left: clamp(14px, 1.3vw, 20px);
    font-size: 0.9rem;
    line-height: 1.55;
    color: #222;
}

.course-module__list li {
    margin-bottom: 2px;
}

.course-module__list li:last-child {
    margin-bottom: 0;
}

.course-module__coming-soon {
    font-size: 0.9rem;
    color: #999;
    text-align: center;
    padding: 2rem 0;
}