.fa_abtitle_r{
    text-align: right;
}
.fa_abtitle_l{text-align:left;}
.fa_abtitle{
    text-align: center;
}
.fa_abtitle h3{
    font-size:var(--f40);
    color:var(--main-color);
    font-weight:bold;
    text-transform: uppercase;
}
.fa_abtitle h5{
    font-size:var(--f30);
    color:#333;
    margin-top:10px;
}
.fa_About .fa_cnt{
    margin-top:var(--f30);
}
.fa_culture{ 
    background:url(../images/ld_whbg2.jpg) no-repeat center;
    background-size:100% auto; 
    background-attachment: fixed;
}
.fa_culture .fa_list{
    padding:var(--f50);
    background:rgba(0,0,0,0.5); 
}
  .fa_culture .fa_list .fa_abtitle h5{
      color:#fff;
  }
    .fa_culture .fa_list .fa_cnt{
        margin-top:var(--f30);
        color:#fff;
        text-align: center;
    }
@media only screen and (max-width: 768px){
   .fa_culture .fa_list>.fa_box{
       width:100%;
       padding:30px 0;
   }
}
@media only screen and (min-width: 769px){
  .fa_culture .fa_list>.fa_box{
      width:50%;
      position: relative;
  } 
  .fa_culture .fa_list>.fa_box:nth-child(2):before{
         content: "";
    height: 80%;
    max-height: 100px;
    background: #fff;
    width: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
  }
}