.m0101-title{
  width: 100%;
  height: 215px;
  background: url('/img/custom/m0101-title.jpg') no-repeat;
  background-position: center;
  background-size: cover;
}
.m0101-text{
  padding-top: 35px;

}
.m0101-text > h4{
  font-size:18px;
  padding-bottom: 20px;
}
.m0101-text > h4 > span{
  display: inline;
  font-size: 20px;
  color: #1467ab;
}
.m0101-text > p{
  font-size: 15px;
  line-height: 1.6;
}
.m0101-text > p > b{
  display: block;
  margin-top:30px;
}
@media all and (max-width:768px){
  .m0101-title{
    height: 145px;
  }
}
