.marketplace-container {
  background: #f4f5f6;
  margin-top: 7em;
  padding-top: 7em;
  padding-bottom: 7em;
}

.marketplace-intro {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 3em;
  padding-left: 20%;
  padding-right: 20%;
}

.marketplace-intro-left h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  /* identical to box height, or 120% */

  letter-spacing: -0.01em;
  /* max-width: 27em; */
  /* margin-right: 30em; */
}

.marketplace-intro-left {
}

.marketplace-intro-left p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  /* or 214% */

  letter-spacing: -0.02em;
}

.marketplace-intro-right {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  /* identical to box height, or 214% */

  letter-spacing: -0.02em;

  color: #0075ff;
}

.marketplace-container-grid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.marketplace-container-grid-left {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  max-width: 25em;
  border: 2px solid #e2e2e2;
  box-sizing: border-box;
  border-radius: 16px;
  padding: 1.5em;
  width: fit-content;
  /* width: 30% */
  margin-right: 2em;
}

.marketplace-container-grid-right {
  display: flex;
  flex-direction: column;
}

.marketplace-container-grid-right-lower {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-top: 2em;
  flex-wrap: wrap;
}

.marketplace-container-grid-right-lower div {
  border: 2px solid #e2e2e2;
  box-sizing: border-box;
  border-radius: 16px;
}

.marketplace-container-grid-right-lower-h {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  /* identical to box height, or 187% */

  letter-spacing: -0.02em;
}
