@import url('https://api.fontshare.com/v2/css?f=satoshi@300,301,400,401,700,501,700,701,900,901,1,2&display=swap');

.container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.info {
  display: flex;
  font-family: 'Satoshi';
  text-align: left;
  flex-direction: column;
  width: 60vw;
  margin-top: 150px;
  margin-bottom: 60px;
}

.info h3{
  margin-top: 40px;
  font-size: 20pt;
  font-weight: 900;
  color: #F5F5FF;
}

.info h3:first-child{
  margin-top: 0px;
}

.info-link {
  color: #F5F5FF;
  font-weight: 700;
}

.info p{
  margin-top: 20px;
  font-size: 14pt;
  font-weight: 700;
  line-height: 160%;
  color: #A5A5B1;
}

.info li {
  list-style: disc;
  color: #A5A5B1;
  font-size: 14pt;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .info {
    width: 95vw;
  }

  .info p{
    font-size: 18pt;
  }

  .info li {
    font-size: 18pt;
  }

  .info h3 {
    font-size: 25pt;
  }
}
