#style53 {width:100%; }
#style53 img {vertical-align:top; max-width:100%; }
#style53 .txt1{width:100%; font-size:25px; line-height:32px; text-align:center; margin-bottom:20px; font-weight:600  }
#style53 .txt2{width:100%; font-size:22px; line-height:32px; text-align:center; margin-bottom:50px  }

#style53 .flex{display:flex; flex-wrap: wrap;  justify-content: space-between; align-items: center; padding:30px 0;  }
#style53 .reverse {flex-direction: row-reverse; margin:80px 0}
#style53 .reverse .itemTxt {text-align:right}
#style53 .flex .item{  padding:12px 0px;  }
#style53 .flex .item:first-child {width:53%; }
#style53 .flex .item:last-child {width:41%; }
#style53  .flex .item .num {display:none; color:#333; font-size:45px; line-height:45px; font-weight:500; 
padding-bottom:25px; position: relative; margin-bottom:5px; }
#style53  .flex .item .tit {font-size:30px; line-height:30px; padding:0 ; font-weight:600; color:#333 }
#style53  .flex .item .txt {display:block; font-size:18px; line-height:32px; padding:25px 0 0 0;  font-weight:500;  }

#style53 .line {border-top:1px solid #888; padding-top:50px; margin-top:50px;}
#style53 h3 {font-size:30px; font-weight:600; padding:50px 0 30px 20px; color:#333  }

#style53 .btn { margin-top:42px}
#style53 .btn a{display:inline-block; border:1px solid #aaa;  padding: 12px 6px 12px 6px;
 font-size: 18px; line-height:22px; font-weight:500; border-radius: 50px; width:180px;  text-align:center; }
#style53  .btn a:hover {	border:1px solid #333; background:#333; color:#fff; transition:0.3s all  }


/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {
#style53 img { border-radius:20px;}	
#style53 .txt1{ font-size:20px; line-height:26px;margin-bottom:10px  }	
#style53 .txt2{ font-size:18px; line-height:26px;margin-bottom:0px  }	
#style53 .flex { padding:20px 0; }
#style53 .reverse { margin:20px 0}
#style53 .reverse .itemTxt {text-align:left}
#style53 .flex .item{  padding:10px 0px 0 0;   }
#style53 .flex .item:first-child {width:100%; }
#style53 .flex .item:last-child {width:100%; }
#style53 .flex .item .tit {font-size:20px; line-height:30px; padding-top:15px;}
#style53 .flex .item .txt {font-size:15px; line-height:28px; padding:15px 0 0 0;  }

#style53 .line {border-top:1px solid #aaa; padding-top:30px; margin-top:30px;}
#style53 h3 {font-size:20px; font-weight:600; padding:30px 0 0px 10px; color:#333  }

#style53 .btn {text-align:center; margin-top:30px}
#style53 .btn a{display:block;  padding: 15px 16px 6px 16px; font-size: 18px; line-height:25px; 
	margin:10px auto; border-radius: 50px; width:200px;  }
#style53  .btn a:hover {	color: #333;	border:1px solid #333; background:#fff; transition:0.3s all  }

	
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
}
@media (max-width: 320px) {
}

