
@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;
  }
}

@media screen and (min-width: 821px) {
  .company-message {
    gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
  }
  .company-message > .text {
    grid-column: span 6;
  }
  .company-message > .text > .site-heading-combi {
    margin-bottom: 2.5rem;
  }
  .company-message > .image {
    grid-column: span 6;
    margin-top: 2rem;
  }
  .company-message > .image > .item {
    margin-left: auto;
    max-width: 26.438rem;
  }
  .company-outline {
    gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
  }
  .company-outline > .title {
    grid-column: span 4;
  }
  .company-outline > .content {
    grid-column: span 8;
  }
  .company-access {
    gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
  }
  .company-access > .title {
    grid-column: span 4;
  }
  .company-access > .content {
    grid-column: span 8;
  }
  .company-access > .content > .access {
    margin-bottom: 3rem;
    max-width: 35.125rem;
  }
}