.sc-numbered-card{height:100%;display:flex;flex-direction:column;}.sc-nbc-header{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background-color:var(--white-color);border-top-left-radius:8px;border-top-right-radius:8px;padding:clamp(32px,2vw,40px) clamp(32px,2vw,40px);min-height:130px;}.sc-nbc-number-wrapper{width:48px;height:48px;border-radius:50%;background-color:#EAE4DF;;display:flex;justify-content:center;align-items:center;margin-bottom:clamp(16px,2vw,24px);}.sc-nbc-number{font-size:24px;font-weight:500;}.sc-nbc-title{color:var(--headings-color);font-size:20px;font-weight:500;line-height:25px;letter-spacing:.20px;word-wrap:break-word;text-align:center;text-wrap:balance;}.sc-nbc-content{display:flex;flex-direction:column;background-color:#EAE4DF;padding:48px 44px;flex-grow:1;border-bottom-left-radius:8px;border-bottom-right-radius:8px;}.sc-nbc-content-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:start;gap:16px;text-wrap:balance;flex-grow:1;}