.secondFold {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 17.00000088661909, 94.0000019967556, 1) 4%,
    rgba(10.000000353902578, 39.00000147521496, 127.00000002980232, 1) 26%,
    rgba(0, 17.00000088661909, 94.0000019967556, 1) 63%,
    rgba(0, 14.800183977931738, 81.83630749583244, 1) 81%,
    rgba(0, 12.118748612701893, 67.00954869389534, 1) 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.buttonLayout {
  background: url(../images/button.png) no-repeat center center;
  border: none;
  width: 265px;
  height: 45px;
  cursor: pointer;
}

.gradientText {
  background: linear-gradient(to right, #beadff 0%, #7b59ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.howToRetangle {
  width: 366.67px;
  height: 229.89px;
  background: linear-gradient(
    to bottom,
    rgba(123, 89, 255, 1),
    rgba(74, 53, 153, 0)
  );
  color: #fff;
  border-radius: 18.33px;
  padding: 37px;
  margin-bottom: 25px;
}

.howToRetangle2 {
  width: 366.67px;
  height: 229.89px;
  background: #020f48;
  color: #fff;
  border-radius: 18.33px;
  padding: 37px;
  margin-bottom: 25px;
}

.secondFoldContainer {
  margin: 30px auto;
  max-width: 1280px;
}

.center-section,
.right-section {
  width: 30%;
}

h2 {
  color: #ffcc00;
}

.howToText {
  font-size: 0.9rem;
  padding-top: 15px;
  padding-bottom: 35px;
}

.secondFoldH2Container {
  text-align: center;
}

.h2Decoration {
  background: -webkit-linear-gradient(246deg, #7b59ff 0%, #beadff 100%);
  background: linear-gradient(246deg, #7b59ff 0%, #beadff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: bolder;
}

.sectionForWho {
  display: flex;
  flex-direction: row;
  gap: 15px;
  /* flex: 1; */
  align-items: center;
  margin: 20px;
}

.sectionForWho img {
  width: 36px;
  height: 36px;
}

.sectionForWho p {
  color: #ffffff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
}

.wantButtonContainer {
  text-align: center;
}

.wantButton {
  color: #ffffff;
  font-size: 12px;
  line-height: 25px;
  padding: 18px 30px;
  font-weight: 800;
  text-transform: uppercase;

  background: transparent linear-gradient(243deg, #0049ff 0%, #ff00ff 150%) 0%
    0% no-repeat padding-box;
  border-radius: 38px;
  border: none;
}

@media screen and (min-width: 200px) and (max-width: 540px) {
  .h2Decoration {
    font-size: 22px;
  }

  .wantButton {
    font-size: 10px;
    line-height: 25px;
    padding: 12px 22px;
  }

  .left-section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 540px) {
  .sectionForWho img {
    width: 50px;
    height: 50px;
  }

  .left-section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 760px) {
  .h2Decoration {
    font-size: 40px;
    line-height: 50px;
  }

  .sectionForWho img {
    width: 70px;
    height: 70px;
  }

  .sectionForWho p {
    font-size: 22px;
  }

  .wantButton {
    font-size: 18px;
  }

  .left-section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 1000px) {
  .secondFoldContainer {
    margin: 140px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .secondFoldH2Container {
    width: 60%;
    margin: auto;
  }

  .h2Decoration {
    /*NÂO REMOVER esse font-size*/
    font-size: 50px;
  }

  .forWhoSectionContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 80px auto;
    width: 96%;
  }

  .sectionForWho {
    display: flex;
    flex-direction: column;
  }

  .sectionForWho p {
    font-size: 18px;
  }

  .left-section {
    position: relative;
    right: 10%;
    width: 22%;
  }
}

@media screen and (min-width: 1500px) {
  .secondFoldContainer {
    margin: 80px auto;
    display: flex;
    justify-content: space-between;
    padding: 20px;
  }

  .secondFoldH2Container {
    width: 36%;
    margin: auto;
  }

  .h2Decoration {
    width: 100%;
    font-size: 50px;
    line-height: 70px;
    font-weight: bolder;
  }

  .forWhoSectionContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 60px auto;
    width: 90%;
  }

  .sectionForWho {
    flex-direction: column;
    width: 20%;
    margin: 80px 87px;
  }

  .sectionForWho img {
    width: 100px;
    height: 100px;
  }

  .sectionForWho p {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
  }

  .wantButton {
    font-size: 20px;
    line-height: 25px;
    padding: 24px 40px;
  }
}
