
@media screen and (min-width: 821px) {
  .about-intro > .title {
    margin-bottom: 3.5rem;
  }
  .about-intro > .description {
    margin-bottom: 3.5rem;
    max-width: 49rem;
  }
  .about-intro > .image {
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }
  .about-content {
    gap: 3.5rem;
  }
  .about-content-item {
    gap: 2rem;
    grid-template-columns: 7fr 5fr;
  }
  .about-content-item > .text {
    gap: 1.5rem;
  }
  .about-content-item > .image {
    margin-left: auto;
    max-width: 22.375rem;
  }
}