.quick-facts-section {
  background: linear-gradient(135deg, #f9f9f9, #ffffff);
  padding: 60px 0;
}
.quick-facts-section .quick-title {
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.quick-facts-section .quick-subtitle {
  font-size: 1.1rem;
  color: #555;
}
.quick-facts-section .fact-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.quick-facts-section .fact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.15);
}
.quick-facts-section .fact-img {
  width: 75px;
  height: 75px;
  border-radius: 16px;
  margin-bottom: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.quick-facts-section .fact-title {
  font-weight: 600;
  font-size: 1.2rem;
}
.quick-facts-section .fact-description {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 12px;
}
.quick-facts-section .btn-learn {
  font-size: 0.85rem;
  border-radius: 30px;
}/*# sourceMappingURL=quick-facts.css.map */