/* container relent */
.container-relent {
  padding-top: 5rem;

  background: rgb(18, 29, 51) url("../../assetsBlockchain/aboutpage/bg.svg")
    no-repeat right bottom;
  background-size: 45rem;
  color: rgb(223, 227, 235);
  height: 100%;

  max-height: 750px;
}

.relent {
  display: flex;
  flex-direction: column;
  box-sizing: content-box;

  max-width: 62.5rem;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.relent > div {
  max-width: 35.8125rem;
  padding: 7.5rem 0;
}

.relent div > h1 {
  margin-bottom: 1.5rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.625rem;
  color: #fff;
}

.relent div > p {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
}

/* responsive mobile */
@media (max-width: 426px) {
  .container-relent {
    background-size: 360px;
  }
  .relent {
    padding: 0 1rem;
  }
  .relent div > h1 {
    font-size: 1.5rem;
    line-height: 1.8125rem;
  }
  .relent div > p {
    font-size: 1.0625rem;
    line-height: 1.5rem;
  }
  .relent > div {
    max-width: none;
    padding: 2.5rem 0px 8.75rem;
  }
}
