.no-purchase-section {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  padding: 64px 0;
}

.no-purchase-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.no-purchase-image img {
  width: 100%;
}

.no-purchase-title {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 50px;
  color: #ffffff;
  letter-spacing: 2.4px;
  margin-bottom: 12px;
}

.no-purchase-title .highlight,
.no-purchase-title span,
.no-purchase-title strong {
  display: block;
  font-family: "Luckiest Guy", cursive;
  color: #f5c542;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.no-purchase-description {
  font-family: "Syne", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #a2a2a2;
  letter-spacing: -1.44px;
  margin-bottom: 40px;
  line-height: 1.6;
}

@media (max-width: 1023px) {
  .no-purchase-section {
    padding: 48px 0 0 0;
  }

  .no-purchase-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .no-purchase-content {
    order: 1;
  }

  .no-purchase-image {
    order: 2;
    margin-top: 32px;
  }

  .no-purchase-image img {
    max-width: 400px;
    margin: 0 auto;
  }

  .no-purchase-content {
    text-align: center;
  }

  .no-purchase-title {
    font-size: 36px;
  }

  .no-purchase-title .highlight,
  .no-purchase-title span,
  .no-purchase-title strong {
    font-size: 42px;
  }

  .no-purchase-description {
    margin: 0 auto 32px auto;
  }
}

@media (max-width: 768px) {
  .no-purchase-section {
    padding: 40px 0 0 0;
  }

  .no-purchase-wrapper {
    padding: 0 20px;
  }

  .no-purchase-title {
    font-size: 28px;
  }

  .no-purchase-title .highlight,
  .no-purchase-title span,
  .no-purchase-title strong {
    font-size: 32px;
  }

  .no-purchase-description {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
