.course-title-1{
    font-size: 3.1em;
    color: #c61f77;
}
.course-title-2{
    font-size: 3.1em;
    color: #006699;
}
.course-title-3{
    font-size: 3.1em;
    color: #00a83d;
}
.course-title-4{
    font-size: 3.1em;
    color: #7f3f98;
}
.course-icon{
    width: 13px;
    height: 13px;  
}
.course-icon-2{
    width: 38px;
    height: 38px;  
}
.course-subtitle{
    color: #484a4f;
    font-size: 1.6em;
}
.course-text{
    font-size: 1.3em;
    color: black;
}
.course-line-1{
    border-bottom: 1px #a4131c solid;
}
.course-line-2{
    border-bottom: 1px #00679A solid;
}
.course-line-3{
    border-bottom: 1px #34a24b solid;
}
.course-line-4{
    border-bottom: 1px #7f3f98 solid;
}
.btn-course-1 {
    background: #a4131c;
    /* background: transparent linear-gradient(90deg, #BC824C 0%, #E6BB9F 100%) 0% 0% no-repeat padding-box; */
    min-width: 108px;
    min-height: 72px;
    border: 1px solid #a4131c;
    color: white;
}
.btn-course-2 {
    background: #00679A;
    /* background: transparent linear-gradient(90deg, #BC824C 0%, #E6BB9F 100%) 0% 0% no-repeat padding-box; */
    min-width: 108px;
    min-height: 72px;
    border: 1px solid #00679A;
    color: white;
}
.btn-course-3 {
    background: #34a24b;
    /* background: transparent linear-gradient(90deg, #BC824C 0%, #E6BB9F 100%) 0% 0% no-repeat padding-box; */
    min-width: 108px;
    min-height: 72px;
    border: 1px solid #34a24b;
    color: white;
}
.btn-course-4 {
    background: #7f3f98;
    /* background: transparent linear-gradient(90deg, #BC824C 0%, #E6BB9F 100%) 0% 0% no-repeat padding-box; */
    min-width: 108px;
    min-height: 72px;
    border: 1px solid #7f3f98;
    color: white;
}
.btn-course-text-1{
    font-size: 1.6em;
}

.course-table-1-left{
    border: 2px #a4131c solid;
}
.course-table-1-left-2{
    border-left: 2px #a4131c solid;
    border-bottom: 2px #a4131c solid;
    border-right: 2px #a4131c solid;

}
.course-table-1-right{
    border-top: 2px #a4131c solid;
    border-bottom: 2px #a4131c solid;
    border-right: 2px #a4131c solid;
    background-color: #f8eced;
}
.course-table-2-left{
    border: 2px #00679A solid;
}
.course-table-2-right{
    border-top: 2px #00679A solid;
    border-bottom: 2px #00679A solid;
    border-right: 2px #00679A solid;
    background-color: #edf2f8eb;
}
.course-table-3-left{
    border: 2px #34a24b solid;
}
.course-table-3-right{
    border-top: 2px #34a24b solid;
    border-bottom: 2px #34a24b solid;
    border-right: 2px #34a24b solid;
    background-color: #eff8f1;
}
.course-table-4-left{
    border: 2px #7f3f98 solid;
}
.course-table-4-right{
    border-top: 2px #7f3f98 solid;
    border-bottom: 2px #7f3f98 solid;
    border-right: 2px #7f3f98 solid;
    background-color: #f3edf7;
}
@media (max-width:575px) {
    .course-table-1-right{
        border-left: 2px #a4131c solid;
        border-top: none;
    }
    .course-table-2-right{
        border-left: 2px #00679A solid;
        border-top: none;
    }
    .course-table-3-right{
        border-left: 2px #34a24b solid;
        border-top: none;
    }
    .course-table-4-right{
        border-left: 2px #7f3f98 solid;
        border-top: none;
    }
}