
html{
  background-color: #fff;
}
.container{
    width: 45%;
    height: calc(100% - 80px);
    padding: 40px 0;
    box-sizing: border-box;
    font-family: SegoeUI;
}
.container h4{
    font-size: 30px;
    font-weight: 400;
    color: rgba(0,0,0, 0.9);
    margin-bottom: 20px;
  }
.container section{
    margin-bottom: 30px;
    
    }
.container section .title{
        font-size: 18px;
        margin-bottom: 12px;
        color: rgba(0,0,0, .9);
        font-weight: 500;
}
.container section .title_info{
    font-size: 16px;
    font-weight: 400;
    color: #525252;
  }
  .container section ul{
    margin-top: 10px;
  }
  .container section ul li:before{
    font-family: 'batFont';
    content: '\e82f';
    color: #056AD0;
    font-size: 16px;
    vertical-align: middle;
  }
  ul li{font-size: 14px;color: #525252;}





@media screen and (max-width: 1100px) {
    .container{
        width: 100%;
        padding: 40px 20px;
        box-sizing: border-box;
       
    }
}
  
@media screen and (max-width: 500px) {
    .container{
      width: 100%;
      padding: 40px 20px;
      box-sizing: border-box;
    }
    .container h4{
        font-size: 26px;
      }
    .container section .title{
        font-size: 18px;
    }
}
  