.swr-rich-text {
    display: flex;
    max-width: 822px;
    flex-direction: column;
    align-items: flex-start;
    gap: 64px;
    width: 100%;
}
    .swr-rich-text h2 {
        align-self: stretch;
        color: var(--text-brand, #004652) !important;
        font-family: var(--typography-heading-west-coast-font-family, "West Coast Headline") !important;
        font-size: var(--typography-heading-west-coast-m, 40px) !important;
        font-style: normal;
        font-weight: var(--typography-heading-west-coast-weight-strong, 700) !important;
        line-height: 105% !important;
    }
    .swr-rich-text p {
        color: var(--neutral-800, #3B3935) !important;
        font-family: var(--typography-body-font-family, Averta) !important;
        font-size: var(--typography-body-l, 18px) !important;
        font-style: normal;
        font-weight: var(--typography-body-weight-regular, 400) !important;
        line-height: 140% !important;
    }

