.home-services-5__header {
  margin-bottom: 22px;
}

.home-services-5__cards {
  display: grid;
  gap: 16px;
}

.home-services-5__card {
  padding: 26px 24px 30px;
  border-radius: 22px;
  background: var(--color-white);
  box-shadow: 0 8px 22px rgba(var(--color-text-dark-rgb), 0.14);
}

.home-services-5__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: var(--color-surface-subtle);
}

.home-services-5__icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.home-services-5__card h3 {
  margin: 0;
  color: var(--color-text-dark);
  font-family: var(--font-family-display);
  font-size: var(--subsection-heading-size);
  line-height: 1.1;
}

.home-services-5__card h3 a {
  color: inherit;
  text-decoration: none;
}

.home-services-5__divider {
  height: 3px;
  margin: 22px 0 20px;
  background: var(--color-background-dark);
}

.home-services-5__body {
  color: var(--color-text-dark);
  font-size: var(--font-size-body);
  line-height: 1.55;
}

.home-services-5__button {
  margin-top: 18px;
}

@media (max-width: 767px) {
  .home-services-5__card {
    padding: 24px 20px 28px;
  }
}
.home-services-5 .home-5-hidden {
  display: none;
}

.home-services-5__toggle {
  display: flex;
  margin: 2rem auto 0;
  border: 0;
  cursor: pointer;
}
