@media (max-width: 1200px) {
  .lpc-elements-headline__title, .lpc-banners__title, .lpc-questions-3__header, .lpc-features-icon__title {
    font-size: 35px !important;
  }
}
@media (max-width: 960px) {
  .lpc-elements-headline__title, .lpc-banners__title, .lpc-questions-3__header, .lpc-features-icon__title {
    font-size: 35px !important;
  }
  .lp-header-text-1, .lp-header-text-2, .lp-header-text-3, .lp-header-text-4, .lp-button {
    font-size: 16px !important;
  }
}
@media (max-width: 640px) {
  .lpc-list-illustration__icon {
    font-size: 30px !important;
    min-width: 0 !important;
    width: 30px !important;
  }
  .lpc-list-illustration__item {
    padding: 10px !important;
  }
  .lpc-elements-headline__title, .lpc-banners__title, .lpc-questions-3__header, .lpc-features-icon__title {
    font-size: 24px !important;
  }
  .lp-header-text-1, .lp-header-text-2, .lp-header-text-3, .lp-header-text-4, .lp-button {
    font-size: 14px !important;
  }
}
