.cronica-data-content {
    border-radius: 16px;
    background: #FFF;
    padding: 21px;

    &>h1 {
        color: var(--Gris-oscuro, #1A1A1A);

        font-family: "DM Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        /* 116.667% */
        letter-spacing: -0.912px;
    }

    &>h2 {
        color: var(--Gris-oscuro, #1A1A1A);
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: "DM Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px; /* 125% */
        letter-spacing: -0.45px;
    }
}