.about-b.about-sutra-card {
  width: 100%;
  max-width: 880px;
  margin: 70px auto 15%;
  padding: 45px 45px 52px;
  border-right: 6px solid #b3cfb0;
  border-left: 6px solid #b3cfb0;
  border-radius: 4px 4px 20px 20px;
  background: linear-gradient(145deg, rgba(246, 252, 246, 0.96), rgba(236, 246, 236, 0.96));
  box-shadow: 0 20px 40px rgba(60, 80, 60, 0.16), 0 0 0 1px #cadcc8, inset 0 0 0 1px #f2fcf0;
  color: #2c3e2c;
  font-family: 'Noto Serif TC', 'Times New Roman', 'Songti TC', 'PMingLiU', 'SimSun', serif;
  line-height: 1.8;
}

.about-sutra-card::before {
  position: absolute;
  top: -4px;
  right: 28px;
  color: #8fb08c;
  content: "☸";
  font-size: 42px;
  font-weight: 300;
  opacity: 0.2;
  transform: rotate(10deg);
}

.about-sutra-card::after {
  position: absolute;
  right: 32px;
  bottom: 13px;
  left: 32px;
  color: #9bbd98;
  content: "〰 〰 〰";
  font-size: 14px;
  letter-spacing: 6px;
  opacity: 0.25;
  text-align: center;
}

.about-director-section {
  position: relative;
  display: flex;
  margin-bottom: 38px;
  flex-direction: column;
  align-items: center;
}

.about-photo-frame {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 160px;
  height: 160px;
  margin-bottom: 6px;
  border-radius: 50%;
  background-color: #dcebda;
  box-shadow: 0 8px 18px rgba(70, 100, 70, 0.15), 0 0 0 4px #eef8ed, 0 0 0 6px #bdd6ba;
  align-items: center;
  justify-content: center;
}

.about-director-avatar {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.about-director-title {
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid #c8dec5;
  color: #3d5a3d;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 6px;
  text-shadow: 1px 1px 0 #f0f8ef;
}

.about-director-title small {
  margin-left: 10px;
  color: #61855e;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 2px;
}

.about-message {
  color: #2c422c;
  font-size: 16px;
}

.about-message p {
  margin-top: 0;
  margin-bottom: 19px;
  line-height: 2;
  text-align: justify;
  text-indent: 2em;
}

.about-insight {
  margin: 19px 0 13px;
  padding: 10px 0;
  border-top: 1px dashed #bdd6ba;
  border-bottom: 1px dashed #bdd6ba;
  background-color: rgba(215, 235, 213, 0.25);
  color: #517d4e;
  font-size: 18px;
  letter-spacing: 6px;
  text-align: center;
}

.about-message .about-organization {
  margin-top: 10px;
  padding: 10px 16px;
  border-left: 4px solid #b3cfb0;
  border-radius: 30px;
  background-color: #e9f4e8;
  font-size: 15px;
  text-indent: 0;
}

.about-organization a {
  border-bottom: 1px dotted #8fb08c;
  color: #4b7348;
  text-decoration: none;
}

.about-lotus-deco {
  margin: 10px 0 3px;
  color: #8fb08c;
  font-size: 14px;
  letter-spacing: 10px;
  opacity: 0.5;
  text-align: center;
}

.about-blessing {
  margin-top: 35px;
  padding: 13px 19px;
  border: 1px solid #c4dbc1;
  border-radius: 60px;
  background-color: #ecf6eb;
  box-shadow: inset 0 1px 4px rgba(235, 248, 235, 0.8);
  color: #3a5a3a;
  font-size: 15px;
  letter-spacing: 2px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .about-b.about-sutra-card {
    margin-top: 35px;
    margin-bottom: 80px;
    padding: 29px 19px 39px;
    border-right-width: 3px;
    border-left-width: 3px;
  }

  .about-sutra-card::before {
    top: -2px;
    right: 13px;
    font-size: 32px;
  }

  .about-photo-frame {
    width: 130px;
    height: 130px;
  }

  .about-director-title {
    font-size: 16px;
    letter-spacing: 4px;
    text-align: center;
  }

  .about-director-title small {
    display: block;
    margin-top: 6px;
    margin-left: 0;
  }

  .about-message p {
    font-size: 15px;
    text-indent: 1.8em;
  }

  .about-insight {
    font-size: 15px;
    letter-spacing: 4px;
  }

  .about-message .about-organization {
    padding: 12px 14px;
    border-radius: 18px;
    font-size: 14px;
  }

  .about-blessing {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 420px) {
  .about-photo-frame {
    width: 110px;
    height: 110px;
  }

  .about-lotus-deco {
    letter-spacing: 6px;
  }
}
