.home-services-10__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
}

.home-services-10__call {
  min-width: 230px;
}

.home-services-10__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.home-services-10__card {
  padding: 34px 26px 28px;
  border: 1px solid rgba(var(--color-accent-rgb), 0.12);
  border-radius: 20px;
  background: var(--color-white);
  box-shadow: var(--site10-shadow);
}

.home-services-10__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 22px;
  border-radius: 50%;
  border: 1px solid rgba(var(--color-accent-rgb), 0.18);
  background: linear-gradient(180deg, var(--color-surface-subtle), var(--color-surface-muted));
  color: var(--site10-gold-deep);
}

.home-services-10__icon img {
  display: block;
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.home-services-10__icon-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.home-services-10__card h3 {
  margin: 0;
  color: var(--site10-text);
  font-family: var(--font-family-display);
  font-size: var(--subsection-heading-size);
  line-height: 1.08;
  font-weight: 700;
}

.home-services-10__card h3 a {
  color: inherit;
  text-decoration: none;
}

.home-services-10__actions {
  margin-top: 24px;
}

@media (max-width: 1100px) {
  .home-services-10__header,
  .home-services-10__cards {
    grid-template-columns: 1fr;
  }
}
.home-services-10 .home-10-hidden {
  display: none !important;
}
