.paragraph-small-text {
  font-size: clamp(9px, 1vw + 6px, 12px);
  line-height: 1.5;
}

.paragraph-text {
  font-size: clamp(12px, 1vw + 6px, 16px);
  line-height: 1.5;
}

.section-desc-text {
  font-size: clamp(13px, 2vw + 6px, 20px);
  line-height: 1.6;
}

.sub-section-title {
  font-size: clamp(14px, 2vw + 10px, 28px);
  line-height: 1.4;
}

.section-title {
  font-size: clamp(18px, 3vw + 10px, 48px);
  line-height: 1.4;
  color: #1e69b9;
  text-align: center;
  font-weight: 700;
}

/* Hero / banner title */
.banner-text {
  font-size: clamp(20px, 3.5vw + 10px, 64px);
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
}
