.why-us-section {
  text-align: center;
  background-color: #fff;
}

.why-us-section .icon-box {
  border: 1px solid #09436b;
  border-radius: 10px;
  padding: 10px 0 0 0;
  transition: all 0.3s ease;
}
.why-us-section .icon-box:hover {
  background-color: #f8f9fa;
  transform: translateY(-10px);
}
.why-us-section .icon-box i {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #000;
}
.why-us-section .icon-box p {
  font-family: 'Figtree';
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #1e1e1e;
}

.why-us-section .icon-box:hover {
  background-color: #f1f1f1;
  transform: translateY(-10px);
}

/* Responsive design */
@media (max-width: 768px) {
  .why-us-section h2 {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .why-us-section h2 {
    font-size: 1.75rem;
  }
  .why-us-section .icon-box {
    padding: 20px;
  }
  .why-us-heading i {
    font-size: 1.25rem;
  }
}
