.main-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.main-h1-image {
  border-radius: 40px;
  object-fit: cover;
}

.main-illustration-buy {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 700px;
  padding: 92px 80px 80px;
  overflow: hidden;
}

.main-illustration-buy__img {
  z-index: -1;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.main-illustration-buy__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.main-illustration-buy__content > a {
  background: white;
  padding: 12px 24px;
  border-radius: 14px;
}

.main-illustration-buy__content > h1 {
  margin-bottom: 48px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  max-width: 720px;
}

.main-illustration-buy__content > p {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 22px;
  margin-bottom: 62px;
  max-width: 600px;
}

.main-illustration-buy__tabpanel {
  padding: 20px 38px 20px 28px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0.5)
  );
  backdrop-filter: blur(10px);
  border-radius: 0 20px 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 918px;
  width: 100%;
}

.main-illustration-buy__content {
  width: 100%;
  max-width: 1100px;
}

.buy-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 48px 72px;
  max-width: 1200px;
  width: 100%;
}

.buy-container > h2 {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 56px;
}

.buy-place-card__cards {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}

@media (max-width: 1280px) {
  .main-illustration-buy {
    padding: 92px 48px 80px;
  }
}

@media (max-width: 1155px) {
}

@media (max-width: 1024px) {
}

@media (max-width: 900px) {
  .buy-place-card__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 748px) {
  .main-illustration-buy {
    padding: 32px 24px 72px;
  }

  .buy-container {
    padding: 32px 24px 72px;
  }

  .main-illustration-buy__content > h1 {
    max-width: 70vw;
    margin-bottom: 32px;
    font-size: 52px;
  }

  .main-illustration-buy__content > p {
    max-width: 80vw;
    margin-bottom: 48px;
  }
}

@media (max-width: 649px) {
}

@media (max-width: 480px) {
  .main-illustration-buy__content > h1 {
    max-width: none;
    font-size: 11vw;
  }

  .main-illustration-buy__content > p {
    max-width: none;
    margin-bottom: 48px;
  }

  .main-illustration-buy__content > a {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .buy-container {
    padding: 32px 20px 72px;
  }

  .buy-place-card__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 438px) {
}

@media (min-width: 1500px) {
  .main-illustration-buy {
    max-width: 1300px;
    border-radius: 30px;
  }
}
