/* V30 - slightly more compact services block on first page */
html body.public-body .compact-services-section,
html body.global-medical-ui.public-body .compact-services-section{
  margin:10px auto 20px !important;
  padding:12px !important;
  border-radius:24px !important;
}
html body.public-body .compact-services-section .ingene-service-grid,
html body.global-medical-ui.public-body .compact-services-section .ingene-service-grid{
  gap:14px !important;
}
html body.public-body .compact-services-section .ingene-service-card,
html body.global-medical-ui.public-body .compact-services-section .ingene-service-card{
  min-height:245px !important;
  padding:20px 22px 18px !important;
  border-radius:20px !important;
  gap:8px !important;
}
html body.public-body .compact-services-section .ingene-service-card .ingene-service-icon,
html body.global-medical-ui.public-body .compact-services-section .ingene-service-card .ingene-service-icon{
  width:58px !important;
  height:58px !important;
  margin:0 0 8px auto !important;
  border-radius:18px !important;
  font-size:25px !important;
}
html body.public-body .compact-services-section .ingene-service-card b,
html body.global-medical-ui.public-body .compact-services-section .ingene-service-card b{
  min-height:38px !important;
  font-size:18px !important;
  line-height:1.35 !important;
}
html body.public-body .compact-services-section .ingene-service-card small,
html body.global-medical-ui.public-body .compact-services-section .ingene-service-card small{
  min-height:54px !important;
  font-size:14px !important;
  line-height:1.75 !important;
}
html body.public-body .compact-services-section .ingene-service-card .ingene-card-link,
html body.global-medical-ui.public-body .compact-services-section .ingene-service-card .ingene-card-link{
  min-width:132px !important;
  height:40px !important;
  padding:0 15px !important;
  font-size:14px !important;
}
@media (max-width:1200px){
  html body.public-body .compact-services-section .ingene-service-card,
  html body.global-medical-ui.public-body .compact-services-section .ingene-service-card{
    min-height:225px !important;
  }
}
@media (max-width:768px){
  html body.public-body .compact-services-section .ingene-service-card,
  html body.global-medical-ui.public-body .compact-services-section .ingene-service-card{
    min-height:auto !important;
    padding:18px !important;
  }
}
