#life-event-content .umbraco-rte h2 {
    font-size: 32px;
    line-height: 39px;
    letter-spacing: -0.48px;
    font-weight: 400;
    padding: 21px 0 39px 0;
    font-family: "EB Garamond", serif;
    text-rendering: geometricPrecision;
    border-bottom: 1px solid #e6e6e6;
}

/* Paragraphs */
#life-event-content .umbraco-rte p {
    margin: 16px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    font-family: "Inter", Arial, sans-serif;
    letter-spacing: -0.005em;
    padding: 42px 0 27px 0;
}
