.no-purchase {
  border-width: 10px 0;
  border-style: solid;
  border-image-source: linear-gradient(97.38deg, #ED8607 -0.21%, #FCCF49 33.29%, #FFED87 63.79%, #ED8607 98.79%);
  border-image-slice: 1;
  background: var(--c-bg);
  padding: 50px 0;
}

.no-purchase__inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.no-purchase .section-title {
  margin-bottom: 0;
}
.no-purchase .section-subtitle {
  margin-bottom: 8px;
}

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