.sc-rowed-card{width:100%;height:100%;display:flex;flex-direction:column;justify-content:start;align-items:start;flex-grow:1;width:100%;max-width:100%;}.rcard-header{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--alabaster-color);border-top-left-radius:8px;border-top-right-radius:8px;padding:46px 32px 32px 32px;min-height:138px;width:100%;}.rcard-title{color:var(--headings-color);font-size:20px;font-weight:500;line-height:30px;word-wrap:break-word;margin-bottom:0;text-align:center;text-wrap:balance;}.rcard-sub-title{font-size:20px;font-weight:400;line-height:30px;word-wrap:break-word;margin-bottom:0;text-align:center;text-wrap:balance;}.rcard-content{width:100%;max-width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 32px;width:100%;background-color:var(--white-color);border-bottom-left-radius:8px;border-bottom-right-radius:8px;}.rcard-content:has(.rcard-row:nth-child(2)) .rcard-row:first-child{border-bottom:1px solid var(--body-bg-color);}.rcard-row{width:100%;max-width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 40px;min-height:138px;}.rcard-row p{font-size:18px;font-weight:500;line-height:27px;word-wrap:break-word;margin-bottom:0;text-align:center;text-wrap:balance;}.rcard-row p:last-child{font-weight:400;}