div.banner.prepayment {
  background: url(/assets/background-exchange.png) no-repeat;
  background-size: cover;
}

div.banner.prepayment .content .top {
  height: 512px;
  background: rgb(82, 41, 179, 0.8);
  border-radius: 4rem 4rem 4rem 0;
  padding: 60px 70px;
}

div.banner.prepayment .content .top h1.title {
  font-size: 4.4rem;
  line-height: 7rem;
}

div.banner.prepayment .content .top h2.subtitle {
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #fff;
  font-size: 2rem;
}

div.banner.prepayment .content .top .left {
  height: 100%;
  display: flex;
  flex-direction: column;
}

div.banner.prepayment .content .top button {
  background: #fff;
  color: #5329b2;
  margin-top: auto;
  align-self: flex-start;
}

div.solutions div.content div.right {
  margin-top: 10px;
}

div.help div.content div.titles {
  margin-bottom: 60px;
}

div.help div.content div.titles h2 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1e212c;
}

div.help div.content div.titles h1 {
  font-size: 4.6rem;
  font-weight: bold;
  color: #1e212c;
}

div.help div.content div.steps {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 30px;
}

div.help div.content div.steps div.step div.top h1 {
  font-size: 4.6rem;
  font-weight: bold;
  color: #d7dadd;
}

div.help div.content div.steps div.step div.description h1 {
  font-size: 2rem;
  font-weight: bold;
  color: #1e212c;
  margin: 8px 0;
}

div.help div.content div.steps div.step div.description span {
  font-size: 1.6rem;
  color: #787a80;
}

div.tips div.content {
  padding: 14rem 2rem;
  display: flex;
  flex-direction: row;
}

div.tips div.content div.titles {
  margin-bottom: 60px;
}

div.tips div.content div.titles h2 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1e212c;
}

div.tips div.content div.titles h1 {
  font-size: 4.6rem;
  font-weight: bold;
  color: #1e212c;
}

div.tips div.content div.left div.item div.title {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

div.tips div.content div.left div.item div.title span.mark {
  font-size: 3rem;
  color: #009fdd;
  margin-right: 20px;
}

div.tips div.content div.left div.item div.title h1 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #1e212c;
}

div.tips div.content div.left div.item div.description {
  margin-left: 32px;
}

div.tips div.content div.left div.item div.description span {
  font-size: 1.6rem;
  color: #787a80;
}

div.tips div.content div.right img {
  height: 400px;
}

div.contact div.content {
  padding-bottom: 140px;
}

div.contact div.content h1 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
}

div.contact div.content h2 {
  text-align: center;
  font-size: 1.8rem;
  color: #787a80;
  font-weight: normal;
}

div.contact div.content form {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}

div.contact div.content div.inputs {
  display: flex;
  flex-direction: column;
}

div.contact div.content form button {
  border-radius: 8px;
  height: 65px;
}

@media (max-width: 940px) {
  div.banner.prepayment .content .top h1.title {
    font-size: 4rem;
    line-height: 5rem;
  }
}

@media (max-width: 850px) {
  div.tips div.content {
    flex-direction: column-reverse;
  }

  div.tips div.content div.right {
    align-self: center;
  }
}

@media (max-width: 700px) {
  div.help div.content div.steps {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  div.banner.prepayment .content .top h1.title {
    font-size: 3rem;
    line-height: 4rem;
  }

  div.solutions div.content div.left div.titles h1 {
    font-size: 4rem;
  }

  div.help div.content div.steps {
    grid-template-columns: 1fr;
  }

  div.notation div.content {
    flex-direction: column;
  }

  div.notation div.content div.description {
    margin-left: 0;
    margin-top: 2rem;
  }

  div.solutions div.content div.left div.about h1.title {
    font-size: 2.6rem;
  }

  div.solutions div.content div.left div.about span.description {
    font-size: 1.6rem;
  }

  div.solutions div.content div.left div.about {
    padding: 4rem;
  }

  div.banner.prepayment .content .top {
    padding: 5rem;
  }
}

@media (max-width: 460px) {
  div.tips div.content div.right img {
    height: 300px;
  }
}