@media (max-width: 991px) {
  .hero {
    min-height: auto;

    padding: 120px 0 80px;
  }

  .hero__title {
    font-size: 2.6rem;
  }
}

@media (max-width: 768px) {
  .hero__title {
    font-size: 2rem;
  }

  .hero__buttons {
    flex-direction: column;
  }

  .hero__btn-primary,
  .hero__btn-secondary {
    width: 100%;
  }

  .cta__title {
    font-size: 2rem;
  }

  .cta__buttons {
    flex-direction: column;
  }

  .cta__btn-primary,
  .cta__btn-secondary {
    width: 100%;
  }

  .floating-whatsapp {
    width: 54px;

    height: 54px;

    right: 20px;

    bottom: 20px;

    font-size: 26px;
  }

  .hero__dealer {
    gap: 16px;
  }

  .hero__dealer-logo--hangcha {
    height: 30px;
  }

  .hero__dealer-logo--heli {
    height: 24px;
  }
}
