body {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  font-family: 'HAL Four Grotesk', sans-serif;
  margin: 0;
}

.about-content-wrapper {
  width: 100%;
  overflow-x: hidden;
}

.container-centered {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.text {
  margin-top: 80px;
  margin-bottom: 80px;
}

.text p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: normal;
}

.text strong {
  font-weight: bold;
  display: inline-block;
}

/* FULL BLEED SEPARATORS */
.about-separator {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
  display: block;
}

.about-separator img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* ZIGZAGS */
.zigzag {
  width: 100%;
  height: 50px;
  display: block;
  margin: 0;
}

@media (max-width: 768px) {
  .text p {
    font-size: 18px;
  }

}