.hero {
    width: 100%;
    min-height: 60dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: white;
    background: url(../image/courses/hero.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -50px;
    padding: 30px 5%;
}

.about {
    width: 100%;
    background: white;
}

.courses {
    width: 100%;
    background: #F5F6F8;
}

.course-card {
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 8px;
    position: relative;
}

.course-card-img {
    display: block;
    width: 100%;
    border-radius: 8px;
}

.course-card-heading {
    color: var(--color-2);
    text-align: justify;
}

.course-card-text {
    color: #7a7a7a;
    text-align: justify;
    font-size: 14px;
}

.course-target-medium {
    font-size: 14px;
    border-left: 3px solid var(--color-3);
}

.gray-hr {
    width: 100%;
    color: lightgray;
}

.learn-more-course-button {
    display: block;
    text-align: center;
    text-decoration: none;
    color: var(--color-2);
    width: 50%;
    border: 1px solid var(--color-2);
    outline: none;
    background: white;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);

    &:hover {
        color: white;
        background: var(--color-2);
    }
}

.course-details {
    background: white;
}

.unique {
    width: 100%;
    background: white;
}

.designed-for {
    width: 100%;
    background: white;
}

.design-card {
    width: 100%;
    background: #F5F6F8;
}

.floating::first-letter {
    font-size: 4em;
    float: left;
    margin-right: 10px;
    color: #ACC52F;
}

.number {
    font-size: 4em;
    color: #ACC52F;
}

.fee-duration {
    width: 100%;
    background: white;
}

.bg-color-5 {
    background: var(--color-5) !important;
}

.bg-color-6 {
    background: var(--color-1) !important;
}

.apply-anchor {
    display: block;
    width: max-content;
    padding: 10px 60px;
    border: none;
    text-decoration: none;
    background: var(--color-2);
    color: white;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;

    &:hover {
        background: var(--color-3);
    }
}

.admission-process {
    width: 100%;
    background: white;
}

.list-item {
    font-size: 14px;
}

.modules {
    width: 100%;
    background: white;
}

.academic-fecilities {
    width: 100%;
    background: white;
}

.facilities-card {
    width: 100%;
    height: 100%;
    background: var(--color-2);
    color: white;
    border-radius: 5px;
}

.program-details {
    width: 100%;
    background: white;
}