.about {
  margin-top: 7.5rem;
  margin-bottom: 16rem;
  padding: 0 4rem;
}

.about__top,
.about__company {
  max-width: 71rem;
  width: 100%;
  margin-bottom: 4rem;
}

.about__title {
  margin-bottom: 2.5rem;
}

.about__desc {
  margin-bottom: 4rem;
}

.about__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  gap: 2rem;
  margin-bottom: 4rem;
}

.about__item {
  padding: 1.5rem;
  background-color: #323230;
}

.about__item-title {
  font-weight: 500;
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .about {
    margin-top: 6rem;
    margin-bottom: 10rem;
    padding: 0 1rem;
  }
}
