.about-section {
  padding: 50px 40px;
  text-align: center;
  color: black;
}

.section-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  color: black;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
}

.cards-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.info-card {
  background: white;
  color: black;
  flex: 1 1 22%;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  min-width: 250px;
}

.info-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.info-card ul {
  list-style-type: disc;
  padding-left: 20px;
  text-align: left;
}
