
.common_box {  }
.left_blk { width: calc(100% - 395px); float: left; padding-right: 92px;}
.right_panel { width: 395px; float: left;background: #ffffff; border: 1px solid #e1e1e1; position: sticky; top: 10px;}
.smlltxt, .boldtxt { font-weight: 600; color: #3e3e3e; font-size: 26px; line-height: 26px; padding-bottom: 20px; }
h1.smlltxt {color: #8c8c8c; }
h2.smlltxt {  font-family: 'AbrilFatface-Regular'; letter-spacing: 0.5px;  }
.boldtxt { font-size: 16px; padding-top: 35px;display: inline-block; color: #787878; }
.imgblk { margin-top: 42px;}
.innr_smlltit {  text-align: left;
    padding-bottom: 20px;
    font-size: 28px;
    line-height: 32px;
    color: #3e3e3e;
    font-family: 'AbrilFatface-Regular';
    letter-spacing: 0.5px;}
.ptag p a {color: #787878; font-weight: normal; text-decoration: underline;}

/*Right Panel*/
.right_wcu {  }
.right_wcu li { display: flex; flex-wrap: wrap;align-items: center; color: #0a140d; font-size: 16px; line-height: 21px; padding-bottom: 15px;}
.right_wcu li img { margin-right: 20px;}
.comn_top , .comn_botm { padding: 42px 45px;}
.comn_botm { text-align: center; border-top: 1px solid #e1e1e1;}
.wcu_btn { margin-top: 15px;}


/* REsponsive */

@media(max-width:1540px){
   
}
@media(max-width:1480px){
    
}

@media(max-width:1280px){
   
}
@media(max-width:1200px){
   
    .left_blk{  padding-right: 50px; }
    
}
@media(max-width:1120px){
    
    .articlepage  .left_blk { width: 100%; margin-bottom: 10px;  float: none; }
    .articlepage .right_panel  { margin: 0 auto; top: 0;   float: none; position: relative;}
    
}
@media(max-width:1024px){
     .left_blk{  padding-right: 30px; }
    .smlltxt, .boldtxt {font-size: 22px;}
	.innr_smlltit {font-size: 22px;}
}

@media(max-width:860px){

    .left_blk { width: 100%; margin-bottom: 10px; float: none; padding-right: 0;}
    .right_panel  { margin: 0 auto;    float: none; position: relative; top: 0;}
   
}

@media(max-width:768px){
    .boldtxt {padding: 20px 0 0;}
   
}
@media(max-width:580px){
   .comn_top, .comn_botm {
    padding: 28px 20px;
}
.imgblk {
    margin-top: 15px;
}
.smlltxt, .boldtxt {
    font-size: 18px;
}
	.innr_smlltit {font-size: 18px;}
    .right_wcu li img {
    margin-right: 10px;
}
}
@media(max-width:420px){
    .right_panel { width: 100%;}
}

@media(max-width:380px){
   
    .comn_top, .comn_botm {
    padding: 28px 15px;
}
}