.courses-page-sec {
    padding: 48px 0 72px;
}

.courses-page-intro {
    max-width: 720px;
    margin: 0 auto 48px;
}

.courses-page-intro h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.courses-page-intro p {
    color: var(--gray-500, #6b7280);
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
}

.courses-grid .course-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.courses-grid .course-item .course-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.courses-grid .course-item .course-content .d-flex:last-child {
    margin-top: auto;
}

/* Full hero visible: avoid theme defaults (max-height + object-fit: cover) cropping banners */
body.courses-page .course-item.course-item-two .course-img {
    max-height: none;
}

body.courses-page .courses-grid .course-item .course-img img {
    width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: auto;
    object-fit: contain;
    display: block;
}

.courses-grid .course-item .title a {
    color: inherit;
    text-decoration: none;
}

.courses-grid .course-item .title a:hover {
    color: var(--primary, #196164);
}
