.about-section {

  max-width: 1200px;
  margin: 0 auto 70px auto;
  padding: 72px 0px 0 0px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.about-bg-grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 430px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
  opacity: 0.11;
  background-image:
    linear-gradient(to right, #ddd 1px, transparent 1px),
    linear-gradient(to bottom, #ddd 1px, transparent 1px);
  background-size: 84px 54px;
  background-repeat: repeat;
}

.about-label {
  color: #59a16e;
  font-size: 1.07rem;
  font-weight: 600;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}

.about-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #181818;
  margin-bottom: 16px;
  letter-spacing: -1px;
  line-height: 1.11;
  position: relative;
  z-index: 2;
}

.about-subtitle {
  font-size: 1.12rem;
  color: #444;
  margin-bottom: 46px;
  line-height: 1.56;
  position: relative;
  z-index: 2;
}

.about-grid {
  display: flex;
  gap: 36px;
  justify-content: center;
  align-items: stretch;
  margin-top: 24px;
  position: relative;
  z-index: 2;
}

.about-img {
  width: 470px;
  height: 320px;
  object-fit: cover;
  border-radius: 28px;
  background: #e4e9e3;
  
}

.aboutimg2 {
    height: 550px;
}

.about-img-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
}

.about-card {
  background: #59a16e;
  color: #fff;
  border-radius: 22px;
  padding: 24px 25px 21px 25px;
  
  text-align: left;
  max-width: 420px;
  margin: 0 auto 0 0;
  position: relative;
  z-index: 2;
}

.about-card-row {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.about-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
}

.about-card-name {
  font-weight: 700;
  font-size: 1.08rem;
  margin-bottom: 1px;
}
.about-card-role {
  font-size: 0.98rem;
  opacity: 0.88;
  font-weight: 500;
}
.about-card-text {
  font-size: 1.01rem;
  margin-top: 8px;
  line-height: 1.53;
}


.values-section {
  
  max-width: 1200px;
  margin: 0 auto 75px auto;
  padding: 68px 16px 0 16px;
  text-align: center;
}

.values-label {
  color: #6fc18b;
  font-size: 1.07rem;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: 0.01em;
}

.values-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: #181818;
  letter-spacing: -1px;
}

.values-subtitle {
  font-size: 1.12rem;
  color: #444;
  margin-bottom: 48px;
  line-height: 1.56;
}

.values-grid {
  display: flex;
  gap: 36px;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 56px;
  flex-wrap: wrap;
}

.value-card {
  background: #fafafa;
  border-radius: 24px;
  
  flex: 1 1 260px;
  min-width: 230px;
  max-width: 330px;
  padding: 38px 23px 32px 23px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.18s;
}
.value-card:hover {
  box-shadow: 0 10px 32px 0 rgba(80,180,110,0.13);
}

.value-icon {
  background: #6fc18b;
  color: #fff;
  border-radius: 50%;
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin-bottom: 16px;
}

.value-title {
  font-size: 1.18rem;
  font-weight: 700;
  color: #181818;
  margin-bottom: 7px;
  margin-top: 2px;
}

.value-text {
  font-size: 0.99rem;
  color: #444;
  line-height: 1.38;
  margin-bottom: 0;
}

.values-stats-grid {
  display: flex;
  justify-content: center;
  gap: 2vw;
  margin-top: 38px;
  flex-wrap: wrap;
}

.value-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 160px;
  text-align: left;
  flex: 1 1 180px;
}

.value-stat-label {
  color: #181818;
  font-size: 1.03rem;
  font-weight: 400;
  opacity: 0.83;
  margin-bottom: 8px;
}
.value-stat-value {
  font-size: 2.6rem;
  font-weight: 600;
  color: #181818;
  letter-spacing: -2px;
}

@media (max-width: 950px) {
  .values-grid {
    flex-direction: column;
    gap: 22px;
    align-items: center;
  }
  .value-card {
    width: 97vw;
    max-width: 410px;
  }
  .values-stats-grid {
    flex-direction: column;
    gap: 23px;
    align-items: center;
    margin-top: 31px;
  }
  .value-stat {
    text-align: center;
  }
}


@media (max-width: 1000px) {
  .about-grid {
    flex-direction: column;
    align-items: center;
    gap: 22px;
  }
  .about-img,
  .about-img-col {
    width: 100%;
    max-width: 480px;
  }
}
@media (max-width: 500px) {
  .value-card {
    padding: 24px 10px 24px 10px;
    width: 300px;
  }
}

@media (max-width: 400px) {
  .value-card {
    padding: 24px 10px 24px 10px;
    width: 250px;
  }
}