.about-section {
  text-align: center;
  padding: 110px 0 50px;
  position: relative;
  margin-bottom: 40px;
}

.about-section::after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  background: #FFF9F2;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
}

.about-section .section-title {
  background: linear-gradient(to bottom, #FFF9F2 40%, #fff 60%);
  padding: 0 10px;
}

.about-box {
  max-width: 880px;
  margin: 0 auto;
  background: white;
  border: 1px solid #66b100;
  border-radius: 8px;
  padding: 3.5rem 1.875rem 1.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  position: relative;
}

.about-box p {
  margin-bottom: 14px;
}

.about-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -62px;
}

.about-text {
  flex: 1 1 70%;
  text-align: left;
  font-size: 16px;
  color: #333;
}

.about-image {
  flex: 1 1 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-image img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .content-image,
  .content-text {
    flex: 1 1 100%;
    text-align: center;
  }
}

.about-summary {
  background: #f8f8f8;
  border-radius: 6px;
  padding: 16px;
  margin-top: 16px;
  text-align: left;
}

.about-summary-title {
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px dashed #aaa;
  padding-bottom: 4px;
  margin-bottom: 8px;
  width: 100%;
}

.about-summary-text {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}
