



.main-content {
    display: flex;
}

.content {
    width: 100%;
    padding: 40px;
    background: #fff;
}

.content .section {
    background-color: #f2fcff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.content .section .section-white {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.content .section h2 {
    margin-top: 0;
    font-size: 22px;
}

.content .section p {
    font-size: 14px;
    margin: 10px 0;
}

.content .section ul {
    list-style: none;
    padding: 0;
}

.content .section ul li {
    margin-bottom: 10px;
    text-align: left;
    font-size: 14px;
}

.content .section .sub-section {
    margin-bottom: 20px;
}

.content .section .sub-section h3 {
    font-size: 18px;
    margin-top: 0;
}

.content .section .sub-section p {
    font-size: 14px;
}

.content .section .courses-blogs {
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    margin: 15px 0px;
    box-shadow: 0 0 20px #e1e1e1;
    width: 23%;
}

.content .section .course-title {
    background-color: #0094d3;
    color: #fff;
    font-size: 16px;
    border-radius: 10px 10px 0 0;
    padding: 7px;
}

.courses-blogs .courses-number {
    font-size: 16px;
    padding: 10px 0 10px;
    font-weight: 600;
    color: #525252;
}

.d-flex {
    display: flex;
    justify-content: space-around;
}

.content .section .courses-blogs p {
    margin: 6px 0;
}

.content .section .courses-subjects,
.courses-grade {
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    margin: 15px 0px;
    box-shadow: 0 0 20px #e1e1e1;
    width: 32%;
}

.courses-grade {
    width: 30%;
}

.entry {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.entry:last-child {
    border-bottom: none;
}

.ci-info {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.ci-info a {
    color: #fff;
    text-decoration: none;
}

.header-title {
    font-weight: 600;
    font-size: 16px;
}

.header-title span {
    font-weight: 500;
}

.stats-blog {
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    margin: 15px 0px;
    box-shadow: 0 0 20px #e1e1e1;
    padding-bottom: 15px;
}