/* purpose and value section */
.about-section {
  background: #fff;
  padding: 80px 12%;
  color: #222;
  line-height: 1.7;
  font-family: "Poppins", sans-serif;
}

.about-section h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #111;
}

.about-section p {
  font-size: 1rem;
  color: #444;
  margin-bottom: 15px;
}

.about-section .intro {
  margin-bottom: 50px;
}

.about-section .btn-primary {
  background-color: #111;
  color: #fff;
  border: none;
  padding: 10px 22px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s;
}

.about-section .btn-primary:hover {
  background: #333;
}

.purpose ul {
  margin: 10px 0 30px 20px;
  color: #444;
}

.values {
  margin-top: 60px;
}

.values-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 30px;
}

.icon-box {
  text-align: center;
  font-size: 1.1rem;
}

.icon-box i {
  font-size: 32px;
  color: #111;
  margin-bottom: 10px;
}
