html {
  font-family: 'Nunito', sans-serif;
  font-style: normal;
}

body {
  margin: 20px 30px;
}

h1 {
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 30px 0;
}

h3 {
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 10px 0;
}

span {
  font-weight: 400;
  font-size: 14px;
  margin: 0 0 15px 0;
}

ul {
  margin: 0 0 15px 0;
  padding: 0 0 0 20px;
}

li span {
  position: relative;
  left: -5px;
}


.bold {
  font-weight: 700;
}

.page-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
}

.page-content {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  border-bottom: 1px solid #CBCCE1;
}

.page-content:last-child {
  border-bottom: unset;
}