@media (max-width: 640px) {
  .home-page > section:first-of-type {
    padding-top: 76px !important;
    padding-bottom: 28px !important;
  }

  .home-page > section:first-of-type > .container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .home-page > section:first-of-type .relative.overflow-hidden.rounded-2xl.border.bg-card {
    border-radius: 18px !important;
  }

  .home-page > section:first-of-type .relative.overflow-hidden.rounded-2xl.border.bg-card > img.absolute.inset-0.h-full.w-full.object-cover {
    object-position: 72% center !important;
  }

  .home-page > section:first-of-type .relative.overflow-hidden.rounded-2xl.border.bg-card > .relative.flex {
    min-height: 224px !important;
    padding: 18px !important;
  }

  .home-page > section:first-of-type .relative.overflow-hidden.rounded-2xl.border.bg-card .space-y-3,
  .home-page > section:first-of-type .relative.overflow-hidden.rounded-2xl.border.bg-card .space-y-4 {
    max-width: 88% !important;
  }

  .home-page > section:first-of-type .relative.overflow-hidden.rounded-2xl.border.bg-card h1,
  .home-page > section:first-of-type .relative.overflow-hidden.rounded-2xl.border.bg-card h2 {
    line-height: 1.16 !important;
  }

  .home-page > section:first-of-type .relative.overflow-hidden.rounded-2xl.border.bg-card a,
  .home-page > section:first-of-type .relative.overflow-hidden.rounded-2xl.border.bg-card button {
    -webkit-tap-highlight-color: transparent;
  }

  .home-page > section:first-of-type .relative.overflow-hidden.rounded-2xl.border.bg-card .absolute.right-4.top-4 {
    right: 14px !important;
    top: 14px !important;
    gap: 8px !important;
  }

  .home-page > section:first-of-type .relative.overflow-hidden.rounded-2xl.border.bg-card .absolute.right-4.top-4 button {
    width: 42px !important;
    height: 42px !important;
  }

  .home-page > section:first-of-type .relative.overflow-hidden.rounded-2xl.border.bg-card .absolute.bottom-5 {
    bottom: 14px !important;
  }
}
