.services-page {
  padding-top: 8rem;
  background-color: #f5f7f9;
}
.services-page__content {
  margin-left: 5%;
}
.services-page-list {
  margin-top: 2.5rem;
}
.services-page-list__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  scroll-margin-top: 100px;
}
.services-page-list__item:not(:last-of-type) {
  margin-bottom: 10rem;
}
.services-page-list-info {
  width: 50%;
  padding: 3rem 2.2rem 2rem 0;
}
.services-page-list-info .text {
  text-align: left;
}
.services-page-list-info .button {
  margin-top: 2rem;
}
.services-page-list-title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.1;
  margin-bottom: 0.6rem;
}
.services-page-list-title--mobile {
  display: none;
  width: 0;
  height: 0;
}
.services-page-list-img {
  width: 50%;
}
.services-page-list-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}