@media only screen and (max-width: 768px){
  .section-tabar .content .cbtn span{
    font-size: 14px;
  }
  .section-message .content .one:nth-of-type(2) .desc{
    font-size: 14px;
    line-height: 1.5;
  }
}