.header-siteNameLogo {
  display: none !important;
}

.aboutTab-questionAndAnswer {
  margin-bottom: 6px;
  padding-left: 14px;
  border-left: 3px solid #5fd4c4;
}

.aboutTab-questionAndAnswer br {
  display: none;
}

.aboutTab-question {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #5fd4c4;
  font-weight: 600;
  margin: 0 0 2px 0;
  line-height: 1.2;
}

.aboutTab-answer {
  display: block;
  font-size: 15px;
  color: #14496b;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
}

.section-member-about {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 16px 18px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}