.hero-container {
  background-image: url("../img/marketplace/main-hero.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.hero-content > div {
  max-width: 100%;
  text-align: center;
}

.marketplace-content {
  width: 100%;
  display: flex;
  gap: 8rem;
  margin-bottom: 15rem;
}

.marketplace-content-box {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  flex: 1;
  padding: 4rem;
  background: #f6f6f6;
  border-radius: 10px;
  justify-content: space-between;
}

.marketplace-content-box img {
  height: 9rem;
}

.marketplace-content-box .desc {
  font-size: 1.8rem;
  font-size: 2.6rem;
  font-family: "Roboto";
  font-weight: 300;
  color: #112439;
}

.marketplace-content-box button {
  flex: 1;
  padding: 2rem 6rem;
  font-size: 1.8rem;
  line-height: 2rem;
}

.gift-box {
  background: #f6f6f6;
  border-radius: 15px;
  padding: 4.4rem;
  padding-right: 10rem;
  display: flex;
}

.gift-box > div {
  flex: 1;
}

.gift-box > div:first-child {
  flex: 1.75;
}

.gift-box > div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: end;
}

.gift-box h4 {
  font-size: 4.4rem;
  line-height: 4.7rem;
  margin-bottom: 4rem;
  margin-top: 0;
  color: #112439;
  font-weight: 400;
}

.gift-box .desc {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-family: "Roboto";
  color: #112439;
}

.gift-box button {
  padding: 2rem 6rem;
  font-size: 1.8rem;
  line-height: 2rem;
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .gift-box {
    padding: 2rem;
  }

  .gift-box button {
    padding: 2rem 4rem;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .gift-box {
    flex-direction: column;
    gap: 2.5rem;
    align-items: center;
  }
}
