.content-page__services {
  z-index: 20;
  position: absolute;
  top: 48px;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 4rem 2rem 8rem 2rem;
  box-sizing: border-box;
  display: none;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 48px;
  grid-auto-rows: min-content;
  justify-content: center;
  overflow-y: auto;
}

.content-page__services__item {
  position: relative;
  width: 100%;
  height: fit-content;
}

.content-page__services__item .content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 99%;
}
