/* Előny blokk főcím */
.section-title {
  font-size: 32px !important;
  line-height: 1.2 !important;
  text-align: center;
}

/* Előny kártyák címe */
.service-card h3,
.benefit-box h3 {
  font-size: 22px !important;
  line-height: 1.25 !important;
  margin-bottom: 12px;
}

/* Előny kártyák leírása */
.service-card p,
.benefit-box p {
  font-size: 15px !important;
  line-height: 1.5 !important;
  max-width: 320px;
}

/* Mobilon kisebb betű */
@media (max-width: 768px) {
  .section-title {
    font-size: 26px !important;
  }

  .service-card h3,
  .benefit-box h3 {
    font-size: 20px !important;
  }

  .service-card p,
  .benefit-box p {
    font-size: 14px !important;
  }
}