/* Bencefalo v38 — Home catalog CTA alignment */

.service-scroll .service-card{
  min-height:360px!important;
  padding-bottom:122px!important;
}

.service-scroll .service-card:has(.service-cta) .price{
  left:22px!important;
  right:22px!important;
  bottom:68px!important;
  max-width:none!important;
}

.service-scroll .service-card .service-cta{
  left:22px!important;
  right:22px!important;
  bottom:18px!important;
  width:calc(100% - 44px)!important;
  min-height:38px;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  white-space:nowrap;
}

@media(max-width:620px){
  .service-scroll .service-card{
    min-height:350px!important;
    padding-bottom:118px!important;
  }
  .service-scroll .service-card:has(.service-cta) .price{
    bottom:66px!important;
  }
}