.philosophy-section {
  background: rgba(12, 67, 74, 0.03);
  padding-top: 2.313rem;
  padding-bottom: 2.313rem;
  margin-bottom: clamp(
    2.313rem,
    1.271rem + 3.333vw,
    4.188rem
  );
  border-radius: 0.75rem;
}
.philosophy-section.hhc-article-wrap {
  margin-bottom: 0;
}

.philosophy-section header {
  text-align: center;
  margin-bottom: 1.75rem;
}
.philosophy-section header h2 {
  display: inline-block;
  padding-bottom: 0.75rem;
  border-bottom: 3px solid #D4AF37;
  margin-bottom: 0;
}

.philosophy-section h3 {
  position: relative;
  padding-left: 1.313rem;
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
}
.philosophy-section h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #2A6E73;
  border-radius: 2px;
}

.philosophy-section .star-ul {
  background: rgba(212, 175, 55, 0.06);
  padding: 1.313rem;
  border-radius: 0.5rem;
  margin-top: 1.313rem;
  border-left: 4px solid #D4AF37;
}

.philosophy-section .star-ul li {
  margin-bottom: 0.75rem;
}
.philosophy-section .star-ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 800px) {
  .philosophy-section {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    border-radius: 0;
  }
  .philosophy-section header h2 {
    font-size: clamp(
    1.313rem,
    1.069rem + 0.778vw,
    1.75rem
  );
  }
  .philosophy-section h3 {
    margin-top: 1.313rem;
  }
}

/*# sourceMappingURL=philosophy-section.css.map */
