* {
  box-sizing: border-box;
}
.grid.wide h1 {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #262626;
}
.grid.wide p {
  font-size: 1.25rem;
  line-height: 2;
  color: #989898;
}
.text-center {
  text-align: center;
}
.d-flex {
  display: flex;
}
.justify-content-center {
  justify-content: center;
}
.align-items-center {
  align-items: center;
}
p {
  line-height: 2rem;
}
