.heading-wrap {background: url(../img/content/img-course-benefits.jpg) no-repeat center / cover;border-radius: 20px;padding: 52px 40px 52px;} 
.heading-wrap p:nth-child(1) {color: #111;margin-bottom: 12px;font-size: 32px;font-weight: 700;letter-spacing: -0.02rem;line-height: 1.5;}
.heading-wrap p:nth-child(2) {color: #111;font-size: 20px;line-height: 1.5;font-weight: 500;letter-spacing: -0.02rem;} 

.step-wrap > ol > li {display: flex;align-items: center;padding: 40px 40px 40px 0px;border-bottom: 1px solid #CCCCCC;}
.step-wrap > ol > li span {color: #1174FF;font-size: 64px;line-height: 1.5;font-weight: 700;width: 122px;text-align: center;flex: none;}
.step-wrap > ol > li p {font-size: 24px;line-height: 1.5;font-weight: 600;letter-spacing: -0.025em;}

@media (max-width: 1024px) {
	.step-wrap > ol > li {padding: 40px 20px 40px 0px;}
	.step-wrap > ol > li span {width: 86px;}	
}

@media (max-width: 768px) {
	.heading-wrap {padding: 40px 20px;}
	.heading-wrap p:nth-child(1) {margin-bottom: 10px;font-size: 26px;}
	.heading-wrap p:nth-child(2) {font-size: 18px;}
	
	.step-wrap > ol > li {padding: 20px 20px 20px 0px;}
	.step-wrap > ol > li p {font-size: 18px;}
	.step-wrap > ol > li span {font-size: 42px;width: 62px;}

}