/**
 * Yard Ready Home - Single Service template
 * Overview layout only. Banner, benefits grid, process grid, FAQ and the
 * quote band all reuse home.css / about.css - no rules for those here.
 */

.yrh-service-overview__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--yrh-space-10);
  align-items: center;
}

.yrh-service-overview__media img {
  width: 100%;
  border-radius: var(--yrh-radius-lg);
  box-shadow: var(--yrh-shadow-md);
}

.yrh-service-overview__content .yrh-btn {
  margin-top: var(--yrh-space-6);
}

@media (max-width: 900px) {
  .yrh-service-overview__grid {
    grid-template-columns: 1fr;
  }

  .yrh-service-overview__media {
    order: -1;
  }
}
