.bt{
    color: #fff;
    font-size: 16px;
    line-height: 42px;
}
.sybt{
    margin: 3% 0 2% 0;
      text-align: center;
}
.sybt p:nth-child(1){
    color: #0061a3;
    font-size: 28px;
    font-weight: bold;
}
.sybt p:nth-child(2){
      padding: 1% 0 0 0;
    color: #888;
    font-size: 14px;
}
@media only screen and (max-width: 768px) {
.sybt p:nth-child(1){
    color: #0061a3;
    font-size: 24px;
    font-weight: normal;
}
  .sybt{
    margin: 6% 0 6% 0;
}
}