.contenedor-energia-para-todos {
    display: flex;
    padding: 64px;
    flex-direction: column;
    align-items: center;
    gap: var(--size-space-32, 32px);
}

.contenedor-energia-para-todos .titulo {
    align-self: stretch;

    color: var(--Color-Content-General-1, #2C2C2C);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;

    font-family: IberPangea;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}

.contenedor-energia-para-todos .cuerpo {
    color: var(--Color-Content-General-1, #2C2C2C);
    font-feature-settings: 'liga' off, 'clig' off;

    font-family: "IberPangea Text";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}