.suivi-page .page-hero .eyebrow{
  font-size:clamp(40px,4.7vw,58px);
  line-height:1.05;
  letter-spacing:-.035em;
  font-weight:800;
  color:#3f723e;
}

.suivi-page .page-hero :is(h1,.service-heading){
  font-size:clamp(36px,4.1vw,54px);
}

.suivi-page .deliverable-card{
  display:flex;
  flex-direction:column;
  align-items:stretch;
}

.suivi-page .deliverable-visual{
  width:100%;
  aspect-ratio:4/3;
  display:block;
  object-fit:cover;
  border-radius:7px;
  margin:0 0 22px;
}

.suivi-page .deliverable-card h3{
  margin-bottom:16px;
}

.suivi-page .deliverable-card .deliverable-label{
  display:block;
  margin-top:auto;
  padding-top:12px;
}

.suivi-page .suivi-choice-section{
  text-align:center;
}

.suivi-page .suivi-choice-section > p{
  margin-inline:auto;
}

@media(max-width:700px){
  .suivi-page .page-hero .eyebrow{font-size:clamp(36px,8.5vw,46px)}
  .suivi-page .page-hero :is(h1,.service-heading){font-size:clamp(32px,7.5vw,42px)}
}
