.SectionKeyFeatures{padding-top:45px;padding-bottom:16px;padding-left:64px;padding-right:64px;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:32px;display:inline-flex}
.key-Heading{align-self:stretch;flex-direction:column;justify-content:flex-start;align-items:center;gap:16px;display:flex}
.key-Title{align-self:stretch;color:#435056;font-size:16px;font-family:var(--ff-opensans);font-weight:var(--fw-semibold);font-weight:var(--fw-semibold);text-transform:uppercase;letter-spacing:.64px;word-wrap:break-word}
.key-head{align-self:stretch;color:#435056;font-size:40px;font-family:var(--ff-opensans);font-weight:var(--fw-medium);font-weight:500;line-height:48px;word-wrap:break-word}
.key-desc{align-self:stretch;color:#5a6a72;font-size:20px;font-family:var(--ff-opensans);font-weight:var(--fw-medium);font-weight:500;line-height:28px;word-wrap:break-word}
.Card{max-width:30%;border-radius:12px;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px;display:inline-flex}
.Cards{width:100%;display:flex;flex-wrap:wrap;align-self:stretch;justify-content:flex-start;align-items:flex-start;gap:32px}
.CardImage{width:72px;height:72px;background:#f1ecf8;border-radius:100px;justify-content:center;align-items:center;gap:8px;display:inline-flex}
.CardImage img{padding:22px}
.Card-Title{align-self:stretch;color:#435056;font-size:24px;font-family:var(--ff-opensans);font-weight:var(--fw-semibold);font-weight:var(--fw-semibold);line-height:28.8px;word-wrap:break-word;margin-bottom:16px}
.Card-Desc{align-self:stretch;color:#435056;font-size:16px;font-family:var(--ff-opensans);font-weight:400;word-wrap:break-word;line-height:21.79px}
@media(min-width:481px) and (max-width:800px){.Card{max-width:45%}
}
@media only screen and (max-width:505px){.Card{max-width:100%}
}
@media only screen and (max-width:450px){.SectionKeyFeatures{padding:32px 16px}
.SectionKeyFeatures .key-Heading .key-head{line-height:38.4px;font-size:32px}
.SectionKeyFeatures .key-Heading .key-desc{font-weight:400;line-height:21.79px;font-size:16px}
.Cards .Card .CardDetails .Card-Title{line-height:24px;margin-bottom:8px;font-family:var(--ff-opensans);font-weight:var(--fw-semibold);font-size:20px}
.Cards .Card .CardDetails .Card-Desc{line-height:20px;font-weight:400;font-size:15px}
.Cards .Card .CardImage{width:65px;height:65px}
.Card{flex-direction:row}
}