.home-services{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(220px,.9fr);position:relative;grid-gap:48px;background:linear-gradient(180deg,hsla(0,0%,100%,.96),rgba(247,249,249,.96));gap:48px;margin:0 auto;max-width:100%;overflow-x:hidden;overflow-x:clip;padding:60px 18vw}.home-services--compact{grid-template-columns:1fr}.home-services__wrap{display:flex;flex-direction:column;gap:32px}.home-services__intro h2{margin-bottom:18px}.home-services__intro p{color:#2f3c45;margin:0 0 24px}.home-services__tabs{display:flex;flex-wrap:wrap;gap:12px}.home-services__tab{background:#fff;border:1px solid rgba(15,34,51,.12);border-radius:999px;color:#001727;cursor:pointer;font-weight:600;padding:.65rem 1.4rem;transition:background .25s ease,color .25s ease,border-color .25s ease,box-shadow .25s ease}.home-services__tab:focus-visible,.home-services__tab:hover{border-color:rgba(49,102,10,.45);box-shadow:0 10px 20px rgba(49,102,10,.12)}.home-services__tab.is-active{background:#31660a;border-color:#31660a;box-shadow:0 18px 32px rgba(49,102,10,.18);color:#fff}.home-services__panel{border-radius:20px;display:flex;flex-direction:column;gap:20px;min-height:280px;padding:28px 0}.home-services__panel-title{margin-bottom:0}.home-services__panel-body p{color:#2f3c45;margin-bottom:1rem}.home-services__panel-link{align-self:flex-start}.home-services__media{align-self:center;border-radius:24px;box-shadow:0 32px 48px rgba(15,34,51,.1);margin:0;overflow:hidden}.home-services__media img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.home-services__template{display:none}@media screen and (max-width:1069px){.home-services{gap:36px;grid-template-columns:1fr;margin:0 auto;padding:40px 24px}.home-services--compact{padding:42px 24px}.home-services__panel{padding:24px}.home-services__media{border-radius:20px;order:-1}}@media screen and (max-width:700px){.home-services{padding:32px 20px}.home-services__tabs{gap:10px}.home-services__tab{justify-content:center;width:100%}}