.article{
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding-bottom: 20px;
	letter-spacing: 0.05em;
}

.article h1 {
  border-bottom: solid 3px #fb9b96;
  position: relative;
	margin-top: 30px;
	font-size: 36px;
	font-weight: bold;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 35px;
}

.article h1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ce533f;
  bottom: -3px;
  width: 30%;
}

.article h2{
	font-size: 28px;
	font-weight: 600;
	font-stretch: normal;
	color: #e05149;
	margin: 30px 0;
	line-height: 1.5;
    font-family: Open Sans;
}

.article h3{
	font-size: 22px;
	font-weight: 600;
	font-stretch: normal;
	color: #e05149;
	margin: 30px 0;
	line-height: 1.5;
}
.article h3 a{
	color: #e05149;
	text-decoration: underline;
	font-size: 22px;
	font-weight: bold;
}
.article h4{
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	color: #e05149;
	margin: 30px 0;
	line-height: 1.5;
}

.article h5{
	font-size: 18px;
	font-weight: bold;
	color: #e05149;
	margin: 25px 0;
	line-height: 1.5;
}

.article h5 span{
	padding:3px 8px;
	background-color: #e05149;
	color: #ffffff;
	margin-right: 8px;
	border-radius: 5px;
}
.article h6{
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  width: 100%;
  margin-top: 36px;
  margin-bottom: 30px;
  }
.article p{
   font-family: Open Sans;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
    color: #555555; 
    margin-bottom: 30px;
    line-height: 30px;
    width: 100%;
}
.article p a{
	font-size: 16px;
	font-weight: normal;
	color: #e05149;
	text-decoration: none;
}
.article p a:hover{
	font-size: 16px;
	font-weight: normal;
    color: #e05149;
    text-decoration: underline;
}
.article p span{
  font-family: Open Sans;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #e05149;
}
.article p span{
  text-decoration: none;
}

.article p span:hover{
  text-decoration: none;
}



.article_tutorial{
background-color: #f8f8f8;
padding: 10px 10px 10px 15px;
border: solid #dcdcdc 0.5px;	
	
}

 .features_cpcs{
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start; 
  align-items: flex-start; 
  border-bottom: 1px solid  #dcdcdc;
  padding-bottom: 20px;
}
.features_cpcs h2{
  font-family: Open Sans;
	font-size: 42px;
	font-weight: 600;
	font-stretch: normal;
	letter-spacing: 0px;
  color: #e05149;
  margin-bottom: 25px;
}
.features_cpcs p span{
  font-family: Open Sans;
	font-size: 16px;
	font-weight: 700;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}
.features_cpcs p{
  margin-bottom: 30px;
  line-height: 30px;
  width: 100%;
}
.features_cpcs p a{
  font-family: Open Sans;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
  color: #e05149;
  text-decoration: none;
}
.features_cpcs p a:hover{
  font-family: Open Sans;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
  color: #e05149;
  text-decoration: underline;
}
.features_cpcs_tutorial{
background-color: #f8f8f8;
padding: 10px 10px 10px 15px;
border: solid #dcdcdc 0.5px;	
	
}
.a_mr20_hw64{
  width: 282px;
  height: 64px;
  border-radius: 8px;
  padding:0 25px;
}
.a_mr20_hw64 span{
  font-family: Open Sans;
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
}

.tutor_step .tutor_step_h5{
  font-family: Open Sans;
	font-size: 29px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 52px;
	letter-spacing: 0px;
  color: #333333;
  margin-top: 40px;
  margin-bottom: 40px;
}
.tutor_step_add{
  margin-bottom: 10px;
}
.tutor_step_add a{
  width: 80px;
	height: 34px;
	background-color: #e05149;
  border-radius: 10px;
  text-align: center;
  color: #ffffff !important;
  line-height: 32px;
  font-family: Open Sans;
	font-size: 18px;
  font-weight: 600;
  margin-right: 10px;
  text-decoration: none;
}
.tutor_step_add p{
  font-family: Open Sans;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
  color: #555555;
  width: 100%;
}

.tutor_step_add p span{
  font-family: Open Sans;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0px;
	color: #555555;
}
.tutor_step .tutor_step_p{
  font-family: Open Sans;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
  color: #555555;
  width: 100%;
  margin-top: 29px;
  margin-bottom: 29px;
  line-height: 30px;
}
.tutor_step .tutor_step_p1{
  font-family: Open Sans;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
    color: #555555;
    width: 100%;
    margin-top: 10px;
    padding-left:15px;
	margin-bottom:29px;
}
.tutor_step .tutor_step_p a{
	color: #e05149;
}
.tutor_step .tutor_step_p a:hover{
	color: #e05149;
	text-decoration: underline;
}
.tutor_step_p .tutor_step_sp{
  font-family: Open Sans;
	font-size: 16px;
	font-weight: 700;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #555555;
}
.tutor_step_p1 .tutor_step_sp1{
  font-family: Open Sans;
	font-size: 16px;
	font-weight: 700;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #555555;
}
.img-responsive{
  margin-top: 40px;
  margin-bottom: 40px;
}
.tutor_step_p2{
  font-family: Open Sans;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
  color: #555555;
  width: 100%;
  margin-top: 0;
}
.video_cd{
  width: 100%;
}
.video_cd_ul{
  background-color: #f8f8f8;
  border-radius: 10px;
  border: solid 1px #dcdcdc;
  width: 100%;
  padding:32px 38px;
  margin:50px 0 30px 0;
}
.video_cd ul li{
  width: 100%;
  font-family: Open Sans;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
    color: #333333;  
}
.video_cd ul li:hover{
  color: #e05149;
  text-decoration: underline;
}

.video_cd ul li a{
	color: #333333;
}
.video_cd ul li a:hover{
	color: #333333;
	text-decoration: underline;
}
@media (max-width: 768px){
  .tutor_step_none{
    display: none;
  }
  .features_cpcs h6{
    font-size: 32px;
  }
  .features_cpcs p span,.features_cpcs p a{
    font-size: 14px;
  }

  .tutor_step .tutor_step_h5{
    font-size:  24px;
    line-height: 32px;
  }
  .tutor_step_add a,.tutor_step_add p,.tutor_step_add p span,.tutor_step_p .tutor_step_sp,.tutor_step .tutor_step_p{
    font-size: 14px;
  }
}

@media (max-width: 420px){
  .tutor_step_add{
    align-items:flex-start;
  }
}

.mb-30 {
margin-bottom: 30px !important;	
}
.batch-table {
  width: 100%;
  border: 0;
  border-collapse: separate;
  border-spacing: 15px;
}

.batch-table th,
.batch-table td {
  padding: 15px;
  border: 0;
}