.story-cta{

padding:80px 0 70px;

text-align:center;

background:
linear-gradient(
180deg,
transparent,
#faf8f4
);

}

.story-cta .catch-copy{

font-size:
clamp(
24px,
3vw,
40px
);

margin-bottom:22px;

}

.story-cta .sub-lead{

font-size:13px;

margin-bottom:45px;

color:#666;

}

.cta-buttons{

display:flex;

justify-content:center;

gap:24px;

flex-wrap:wrap;

margin-bottom:40px;

}

.cta-text{

font-size:13px;

}

@media(max-width:768px){

.story-cta{

padding:70px 0 60px;

}

.cta-buttons{

flex-direction:column;

gap:16px;

}

.cta-buttons>*{

width:100%;
max-width:420px;

}

}