.news-item div.desc a {
    font-family: 'garamond-premier-pro', serif;
}

div.line-fade {
    margin: 20px 0 80px;
}

section.amount {
    margin-top: 120px;
    padding: 40px 0 0;
}

div.james__connect {
    padding-top: 0px;
}

.content__container section#thinking,
.content__container section#global,
.content__container section#modern,
.content__container section#digital {
    padding-bottom: 28px;
}

.semester__list {
    display: flex;
    align-items: flex-start;
    gap: 36px;
}

.note-semester {
    display: block;
    color: #8a8a8a;
    margin-top: 12px;
}

.semester__item {
    width: 50%;
}

.semester-heading {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    color: var(--primary-color);
    padding: 12px 16px;
    background-color: #ceedf6;
    display: block;
    border: 1px solid #f4f4f4;
    margin-top: 24px;
}

.content__container .semester-list {
    padding: 0;
    list-style: none;
    margin: 0;
    margin-bottom: 12px;
}

.content__container .semester-list .semester-item {
    padding-bottom: 0;
}

.semester-link {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--primary-color);
    display: block;
    padding: 12px 16px;
    border: 1px solid #f4f4f4;
    transition: all 0.3s linear;
}

.semester-item .semester-link {
    border-top: 0px;
}

.semester-link:hover {
    background-color: #e1e1de;
    transition: all 0.3s linear;
}

.semester-link:active {
    background-color: var(--primary-color);
    color: #fff;
}

section.amount {
    padding-bottom: 0px;
}

a.j_btn-explore::after {
    top: 11px;
}

@media screen and (max-width: 991px) {
    .semester__list {
        flex-wrap: nowrap;
        max-width: 100%;
        overflow-x: auto;
    }

    .semester__item {
        width: 340px;
        flex: none;
    }

    div.line-fade {
        margin-top: 0;
    }

    section.amount {
        margin-top: 20px;
    }
}

@media screen and (max-width: 576px) {
    .semester__item {
        width: 280px;
        flex: none;
    }
}
