  @charset 'utf-8';

.sign-txt{font-size:24px;line-height:32px;padding:0 0 20px;}
.course-bottom-wrap{display:flex;justify-content:space-between;align-items:center;}

@media screen and (max-width:1024.98px){
	.sign-txt{font-size:17px;line-height:25px;padding:0 0 15px;}
	.course-bottom-wrap{flex-wrap:wrap;}
	.course-bottom-wrap .img-wrap{padding:0 10px 15px 0;}
}
@media screen and (max-width:768px){
	.course-bottom-wrap{justify-content:center;}
	.course-bottom-wrap .img-wrap{padding:0 0px 15px 0;width:100%;}
}