.about-section {
  background-color: #ffffff;
}

.about-section h1 {
  font-weight: 700;
  font-size: 2.25rem;
}

.about-section p {
  font-size: 1rem;
  line-height: 1.7;
}

.about-section img {
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.values-section {
  background-color: #f8f9fa;
}

.values-section h2 {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.values-section .p-4 {
  transition: transform 0.2s ease;
}

.values-section .p-4:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
