@media (min-width: 1350.98px) {
  section.how-it-works .cards {
    grid-gap: 0 40px;
  }

  section.how-it-works .xl-container {
    grid-template-columns: 1fr 3fr;
  }

  section.web3 {
    padding-top: 0;
  }

  section.web3 .full-container .text {
    max-width: 400px;
    padding: 0;
    margin-left: 10%;
  }

  section.how-it-works .title h2 {
    display: flex;
    margin-left: -40px;
    margin-top: 3vmax;
  }
}

section.how-it-works .title h2 {
  text-transform: uppercase;
}

.xl-container {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

section.how-it-works .cards .single-card img {
  width: 100%;
}

section.community .full-container {
  display: flex;
  flex-direction: row-reverse;
}

section.ecosystem .xl-container {
  justify-content: flex-start;
}

section.ecosystem .right {
  display: none;
}

section.ecosystem .side-image {
  display: none;
}

section.how-it-works .cards .single-card {
  justify-content: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
  max-height: 495px;
}

section.how-it-works .cards .single-card img,
section.how-it-works .cards .single-card:nth-of-type(1) img,
section.how-it-works .cards .single-card:nth-of-type(2) img,
section.how-it-works .cards .single-card:nth-of-type(3) img {
  right: 50%;
  left: unset;
  transform: translateX(50%);
}

section.how-it-works .cards .single-card:nth-of-type(3) img {
  bottom: 3px;
}

section.how-it-works .cards .single-card:nth-of-type(2):before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 0;
  background: url("bg-2.svg")
    no-repeat 50% 50% / 100%;
}

section.how-it-works .cards .single-card:nth-of-type(3):before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: url("bg-3.svg")
    no-repeat 50% 100% / 100%;
}

section.tools .left-list li,
section.tools .right-list li {
  margin-left: 20px;
}

section.tools .left-list li:nth-child(1),
section.tools .right-list li:nth-child(1) {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
}

section.tools .left-list li:nth-child(1) p,
section.tools .right-list li:nth-child(1) p {
  font-weight: 700;
  font-size: 24px;
}

section.tools {
  margin-top: 50px;
}

section.tools .content .images .box {
  top: -5%;
}

section.tools .content .images img {
  width: 100%;
  transform: translateX(8%);
}

section.why {
  padding-top: 0;
}

section.why .rep-cont:before {
  content: "";
  width: 113px;
  height: 113px;
  background: url("ball-2.png")
    no-repeat 50% 50% / cover;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translate(-50%, -50%);
}

section.why .rep-cont {
  padding: 115px 50px;
  background: linear-gradient(
    95.64deg,
    rgba(77, 73, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.01) 100%
  );
  mix-blend-mode: normal;
  backdrop-filter: blur(25px);
  border: 1px solid #3f0fa0;
}

@media (max-width: 1350px) {
  section.how-it-works .xl-container {
    grid-template-rows: auto;
  }

  section.how-it-works .xl-container .title .image {
    display: none;
  }

  section.how-it-works .xl-container .title {
    grid-template-columns: 100%;
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  section.how-it-works .title h2 {
    text-align: center;
  }

  section.why .rep-cont:before {
    display: none;
  }

  section.why .rep-cont {
    padding: 16px;
  }

  section.how-it-works .cards .single-card img,
  section.how-it-works .cards .single-card:nth-of-type(1) img,
  section.how-it-works .cards .single-card:nth-of-type(2) img,
  section.how-it-works .cards .single-card:nth-of-type(3) img {
    display: none;
  }

  section.how-it-works .xl-container .cards .single-card {
    min-height: 0;
    height: auto;
  }

  section.how-it-works .cards .single-card p {
    margin-bottom: 0;
  }

  section.community .full-container {
    align-items: center;
  }

  section.tools .content ul li p.md {
    line-height: 1.2;
  }
}

@media (max-width: 550px) {
  section.community .full-container {
    flex-direction: column;
  }

  section.community .full-container .images {
    display: none;
  }

  section.web3 .full-container .images .image.first {
    max-width: 100%;
  }
}
