header+div.without-banner {
    margin-top: 100px;
}

.head-news {
    margin-bottom: 60px;
}

.head-news-wrapper {
    display: flex;
    align-items: center;

    p {
        color: #FFFFFF;
        background-color: #38C4BD;
        border-radius: 10px;
        padding: 5px 10px;
        margin: 0 10px 0 0;
    }
}

.head-news h1 {
    margin-top: 2%;
    margin-bottom: 2%;
}

.text-news {
    margin-bottom: 20px;
    margin-top: 20px;
}

.text-news h1 {
    margin-bottom: 3%;
}

.news-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.news-body {
    margin-bottom: 20px;
}

.recommend-header {
    margin-top: 0.2rem !important;
    margin-bottom: 0.2rem !important;
    color: white;
}

.news-nav {
    height: 100%;
    width: 33%;
}

.course-title {
    font-size: 18px;
    font-weight: 600;
}

.news-title {
    margin: 20px 0 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 28.6px;
}

.course-text {
    font-size: 14px;
    margin: 20px 0 0;
}

.news-text {
    margin-top: 20px;
    font-size: 14px
}

.news-img {
    border-radius: 10px;
}

.course-pic {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    width: 83px;
    height: 83px;
    border-radius: 10px;
}

.news-pic {
    width: 100%;
    height: 265px;
    border-radius: 10px;
}

.blog-recommend_course {
    height: 100%;
    width: 33%;

    @media (max-width: 991px) {
        width: 70%;
    }

    @media (max-width: 700px) {
        width: 80%;
    }

    @media (max-width: 600px) {
        width: 90%;
    }

}

.recommend-list-group {
    gap: 20px
}

.recommend-news {
    background: #38C4BD;
    border-radius: 20px !important;
}

.recommend-course {
    background: #7634EB;
    border-radius: 20px !important;
}

.recommend-list-group {
    border-radius: 20px;
    margin-bottom: 40px;
}

.recommend-link {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.recommend-list-course {
    display: grid;
    background-color: #F4F4F4;
    grid-template-columns: 3fr 1fr;
    column-gap: 10px;
    padding: 20px;
    align-self: center;
    border: none !important;
    border-radius: 20px !important;
}

.recommend-item-news {
    display: flex;
    flex-direction: column;
    border: none !important;
    padding: 0;
    align-self: center;
}


@media (max-width: 1410px) {
    .news-pic {
        height: 232px;
    }
}


@media (min-width: 992px) {
    .news-body {
        width: 63%;
    }
}

@media (max-width: 991px) {
    .news-container {
        flex-direction: column;
        align-items: center;
    }

    .news-nav {
        width: 70%;
    }

    .course-pic {
        grid-row-end: 2;
    }

    .course-text {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    header+div.without-banner {
        margin-top: 20px;
    }
}

@media (max-width: 700px) {

    .news-nav {
        width: 80%;
    }

}

@media (max-width: 600px) {

    .news-nav {
        width: 90%;
    }

}