.about {
  padding-top: 120px;
  padding-bottom: 120px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.about-content p + p {
  margin-top: 5px;
}

.about-img,
.about-img img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-img img {
  border-radius: 5px;
}

@media only screen and (max-width: 950px) {
  .about {
    max-width: 500px;
  }

  .about-grid {
    display: flex;
    flex-direction: column-reverse;
  }
  iframe {
    margin: 0 auto;
  }
}
