.backed-container {
  margin-top: 10em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.backed-container-intro {
  /* max-width: 27em; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.backed-container-intro h3 {
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.01em;
  margin-bottom: 0.3em;
}

.backed-container-intro p {
  padding-left: 1em;
  padding-right: 1em;
  /* font-family: Poppins; */
  font-style: normal;
  font-weight: normal;
  /* font-size: 14px; */
  line-height: 30px;
  letter-spacing: -0.02em;
}

.backed-container-cards {
  margin-top: 3em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.backed-container-card {
  display: flex;
  flex-direction: column;
  padding-right: 2em;
  padding-left: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  /* border: 2px solid #e2e2e2; */
  box-sizing: border-box;
  border-radius: 16px;
  max-width: 22em;
  background: #f4f5f6;
  border-radius: 10px;
  margin-bottom: 1em;
  margin-right: 1em;
}

.backed-container-card-heading {
  font-style: normal;
  font-weight: 500;
  /* font-size: 16px; */
  /* line-height: 30px; */
  letter-spacing: -0.02em;
}

.backed-container-card-p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: -0.02em;
}

.backed-container-card-gs {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #0075ff;
}

.blockchain-journey {
  border-radius: 15px;
  padding: 2em;
  margin-top: 7em;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-image: url("../image/journey_bg.svg");
  background-repeat: no-repeat;
  /* background-position: bottom; */
  color: white;
  background-size: cover;
  width: 80%;
  height: 60vh;
}

.blockchain-journey .blockchain-journey-heading {
  font-family: DM Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 4vw;
  line-height: calc(30px + 2vw);
}

.blockchain-journey .blockchain-journey-text {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  /* font-size: 14px; */
  line-height: 30px;
  /* or 214% */

  text-align: center;
  letter-spacing: -0.02em;
}
