.about {
  margin-top: 3rem;

  display: flex;
  flex-direction: row;
  gap: 1rem;

  justify-content: space-between;

  @media (max-width: 50em) {
    flex-direction: column;
  }
}
