.courses-title {
    font-size: 30px;
    font-weight: 600;
    color: #098482;
}
 
.course {
    border-radius: 8px;
    background-color: #ebeaf7;
    font-size: 17px;
    margin: 3px 0;
    font-weight: 600;
}

.course:nth-of-type(odd) {
    background-color: #f2ebf6;
}

.sy-courses {
    display: flex;
    flex-wrap: wrap;
}

.sy-courses .course-wrapper {
    font-size: 18px;
    font-weight: 600;
    padding: 20px;
    flex: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    text-align: center;
    margin: 4px;
    /* color: #fff; */
}
.sy-courses .course-wrapper.cat-1 {
    background: #e8f4a2;
}
.sy-courses .course-wrapper.cat-2 {
    background: #81e1e1;
}
.sy-courses .course-wrapper.cat-3 {
    background: #9ba8f3;
}
.sy-courses .course-wrapper.cat-4 {
    background: #f7b797;
}
.sy-courses .course-wrapper.cat-5 {
    background: #f5d8b0;
}
.sy-courses .course-wrapper.cat-6 {
    background: #cfe4f6;
}
.sy-courses .course-wrapper.cat-7 {
    background: #fd9393;
}