@media (max-width: 1024px) {
  .section {
    padding: 3rem 0;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 2.5rem 0;
  }

  .section__header {
    margin-bottom: 1.5rem;
  }

  .btn {
    min-height: 44px;
  }

  img,
  video,
  iframe {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 1rem;
  }

  .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
