.skill1{color: #5c97e4;font-weight: bold;display: block;}
.skill2{color: #bbb55f;font-weight: bold;display: block;}
.skill3{color: #87ca7a;font-weight: bold;display: block;}
.skill4{color: #c292df;font-weight: bold;display: block;}

.work1 .text1,.work2 .text1{color: #5c97e4;font-weight: bold;}
.work1 .text2,.work2 .text2{color: #bbb55f;font-weight: bold;}
.work1 .text3,.work2 .text3{color: #87ca7a;font-weight: bold;}
.work1 .text4,.work2 .text4{color: #c292df;font-weight: bold;}

.course2{display: flex;justify-content: space-between;flex-wrap: wrap;width: 95%;margin: 40px auto 0px;}
.course2 ul{width: 49%;border: 1px dotted #b4b4b4;padding: 10px;padding-bottom: 20px;margin-bottom: 10px;}

@media (max-width: 600px){
.course2 ul li{font-size: 13px;}

}