.about-layout h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1a1a1a;
}

.about-layout p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 24px;
  text-align: justify;
}

.about-hero {
  width: 100%;
}

.about-hero-img {
  width: 100%;
  height: 500px;
  display: block;
  max-height: 600px;
  object-fit: cover;
}

.about-layout {
  max-width: 1200px;
  margin: 0 auto;
  padding: 22px;
}

.about-content {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.about-section {
  background-color: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.about-divider {
  border: none;
  height: 1px;
  background-color: #ddd;
  margin: 32px 0;
}

.about-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.about-item-icon {
  font-size: 18px;
  color: #2e8b57;
  flex-shrink: 0;
}

.about-item-text {
  font-size: 16px;
  line-height: 24px;
}
