.content {
  padding-left: 20vw;
  padding-right: 20vw;
  padding-bottom: 10rem;
  background-image: url('../img/pictures/backgrounds/background_1.png');
  background-size: contain;
}

.about_grid {
  padding-top: 10rem;
}

.content h2 {
  font-size: 2rem;
  padding-bottom: 1rem;
}

.content p {
  font-size: 1.25rem;
}

@media only screen and (max-width:850px) {
  .content {
    text-align: center;
  }
}

@media only screen and (max-width:850px) {
  .content {
    padding-bottom: 5rem;
  }

  .about_grid {
    padding-top: 5rem;
  }
}
