.about-container {
  width: 100%;
  position: relative;
}

.about-container .pic {
  width: 100%;
  position: relative;
}

.about-container .pic img {
  width: 100%;
}

.about-title {
  display: block;
  /*width: 45%;*/
  width: max-content;
  padding: 0 1%;
  background: #444444;
  margin: auto;
  /*top: 84%;*/
  left: 0;
  right: 0;
  position: absolute;
  border-radius: 10px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
  bottom: -20px;
}

.about-title h2 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  padding: 5% 0;
}

.txt {
  /*display: block;*/
  width: 80%;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 32px;
}

.txt p {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 1.5px;
  line-height: 2;
  color: #444444;
  text-align: center;
}

.txt a {
  color: #2C92E3;
}




@media screen and (min-width: 768px) {

  .about-container {
    width: 100%;
    position: relative;
  }

  .about-container.pic {
    width: 100%;
    position: relative;
  }

  .about-container .pic img {
    width: 100%;
    /*-webkit-clip-path: inset(0 0 50% 0);
    clip-path: inset(0 0 50% 0);*/
    align-items: center;
  }

  .about-title {
    position: absolute;
    display: block;
    /*width: 20%;*/
    height: 80px;
    left: 0;
    right: 0;
    background: #444444;
    border-radius: 15px;
    bottom: -40px;
  }

  .about-title h2 {
    font-size: 2.3rem;
    padding: 2px 0;
    line-height: 2;
  }

  .txt {
    /*position: absolute;*/
    width: 70%;
    margin: auto;
    left: 0;
    right: 0;
    top: 60%;
    margin-top: 120px;
  }

  .txt p {
    font-size: 1.4rem;
    line-height: 2.5;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1.5px;
  }

  .txt a {
    color: #2C92E3;
  }
}