/* Methamonkey 2.9.3 — definitive 3x2 service grid on Home */
.home-v3 .home-services-290 .business-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:stretch!important;
  overflow:visible!important;
}
.home-v3 .home-services-290 .business-grid>.business-card,
.home-v3 .home-services-290 .business-grid>.business-card:nth-child(n){
  grid-column:auto!important;
  grid-row:auto!important;
  width:auto!important;
  min-width:0!important;
  min-height:300px!important;
  padding:22px 22px 72px!important;
  border-radius:2px!important;
  background:#0d0f12!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  overflow:visible!important;
}
.home-v3 .home-services-290 .business-card:before{display:none!important}
.home-v3 .home-services-290 .business-card__top{margin:0 0 18px!important}
.home-v3 .home-services-290 .service-mark{
  width:82px!important;
  height:64px!important;
  margin:0 0 20px!important;
}
.home-v3 .home-services-290 .business-card__copy{
  text-align:left!important;
  margin:0!important;
  max-width:100%!important;
  padding:0 12px 0 0!important;
}
.home-v3 .home-services-290 .business-card h3{
  margin:0 0 10px!important;
  font-size:1.16rem!important;
  line-height:1.15!important;
}
.home-v3 .home-services-290 .business-card p{
  margin:0!important;
  max-width:34ch!important;
  font-size:.84rem!important;
  line-height:1.65!important;
  color:#aab1b7!important;
}
.home-v3 .home-services-290 .business-card__cta{
  left:auto!important;
  right:20px!important;
  bottom:18px!important;
  transform:none!important;
  width:42px!important;
  height:42px!important;
  border:1px solid #ffffff24!important;
  background:#111318!important;
  color:#f3f2ed!important;
}
.home-v3 .home-services-290 .business-card:hover{
  transform:translateY(-3px)!important;
  border-color:#ffffff45!important;
  background:#101318!important;
}
.home-v3 .home-services-290 .business-card:hover .business-card__cta{
  background:var(--mm-accent)!important;
  border-color:var(--mm-accent)!important;
  color:#08090b!important;
}
.home-v3 .home-services-290__more{margin-top:28px!important}

@media (max-width:1100px){
  .home-v3 .home-services-290 .business-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width:680px){
  .home-v3 .home-services-290 .business-grid{grid-template-columns:1fr!important;gap:16px!important}
  .home-v3 .home-services-290 .business-grid>.business-card,
  .home-v3 .home-services-290 .business-grid>.business-card:nth-child(n){min-height:0!important;padding:20px 20px 68px!important}
}
