.anchor-block-wrapper {
  margin-top: 4rem;
  margin-bottom: 7.2rem;
}

.anchor-block-wrapper__title {
  margin-bottom: 1.2rem;
  color: #515151;

  @media only screen and (min-width: 768px) {
    margin-bottom: 1.6rem;
  }
}

.anchor-block-wrapper__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem 3.2rem;

  @media only screen and (min-width: 768px) {
    grid-template-columns: repeat(2, 1fr);
  }

  @media only screen and (min-width: 991px) {
    grid-template-columns: repeat(3, 1fr);
  }
}
