.course {

}

.course-title {
    margin: 0 auto 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.course-title>div {
    display: flex;
    margin: 0 auto 30px;
}

.course-title-item {

}

.course-title-item a{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #828282;
    padding: 0 30px;
    margin-bottom: 10px;
    display: inline-block;
}

.course-title-item a:hover {
    color: #F37026;
}

.course-title-item a.active {
    color: #005587;
}

.course-title-item-line {
    height: 2px;
    background: #005587;
    width: 100%;
}

.course-title-item-content {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    /* identical to box height */
    text-align: center;
    text-transform: uppercase;
    color: #005587;
}

.course-title-item-line {

}

.course-paginate {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 50px;
}

@media only screen and (max-width: 575px) {
    .course-title>div {
        margin: 0 auto 10px;
    }

    .course-title-item a {
        font-size: 11px;
        padding: 0 5px;
        margin-bottom: 0px;
        white-space: nowrap;
    }

    .news-item-content {
        display: none;
    }

    .news {
        margin-bottom: 30px;
    }
}


