.head_title {
    margin-bottom: 20px;
  }
  @media (max-width: 760px) {
.head_title {
      margin-bottom: 20px !important;
    }
  }
.head_title h1 {
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    font-family: 'Noto Sans TC';
    letter-spacing: 1px;
    margin-bottom: 25px;
    margin-top: 15px;
    color: #333;
  }
.head_title .en-sub {
    font: normal normal normal 16px/20px Courgette;
    letter-spacing: 0.24px;
    padding-bottom: 10px;
  }
  .logo {
    width: 50px;
  }
  @media (max-width: 768px) {
    .logo {
      width: 40px;
    }
    .container {
      width: 90%;
    }
  }