* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  font-size: 62.5%;
}

body {
  background: #ece9fd;
  margin: 6rem 2.3rem;
  font-family: "Epilogue", sans-serif;
}

main {
  max-width: 33rem;
  margin: 0 auto;
}

main p:first-child {
  font-size: 1.6rem;
  line-height: 3.2rem;
  color: #7158ef;
  letter-spacing: 3px;
  margin-bottom: 1.7rem;
}

h1 {
  font-weight: 800;
  font-size: 4rem;
  line-height: 4.8rem;
  color: #090039;
  margin-bottom: 1.5rem;
}

h1 + p {
  font-size: 1.6rem;
  line-height: 3.2rem;
  color: rgba(10, 0, 57, 0.64);
  margin-bottom: 3.2rem;
}

a {
  text-decoration: none;
  color: #090039;
  font-size: 1.6rem;
  line-height: 3.2rem;
}

a:hover {
  font-weight: bold;
}

ul {
  list-style: none;
  margin-top: 7.7rem;
}

ul li + li {
  margin-top: 4.8rem;
}

ul li {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #090039;
  max-width: 25.7rem;
  display: flex;
  gap: 3.8rem;
}

ul li span {
  font-weight: 800;
  font-size: 7.2rem;
  line-height: 8rem;
  letter-spacing: -2px;
  color: #090039;
}

@media (min-width: 700px) {
  body {
    padding: 8rem;
  }
  main {
    display: flex;
    gap: 10rem;
    max-width: 1021px;
  }
  main div:first-child {
    max-width: 484px;
  }
  ul li {
    gap: 5.3rem;
    max-width: 450px;
    align-items: center;
  }
}
