.guideBanner{
  background: url("/en/guide/img/bg-bnr.jpg") repeat;
  padding: 30px 15px;
}
.bnr-title{
  font-size: 50px;
  font-weight: bold;
  color: #fff;
/*  text-shadow: 1px 2px 0 #EC5486;*/
  text-align: center;
}
@media(max-width:767px){
  .bnr-title{
    font-size: 38px;
  }
}