.infographic-icon.component {
        margin: 0px 0px 28px;
    }
    .infographic-icon.c-t-margin {
        margin-top: 64px;
    }
    .infographic-icon.component .infographic-icon__container .infographic-icon__content-wrapper {
        display: flex;
        gap: 16px;
    }
    .infographic-icon.component .infographic-icon__container .infographic-icon__content-wrapper .icon-wrapper .icon-wrapper__bg {
        width: 48px;
        height: 48px;
    }     
    .infographic-icon.component .infographic-icon__container .infographic-icon__content-wrapper .content-wrapper > .infographic-title {
        color: var(--Brand-Neutrals-Black, var(--Brand-Neutrals-Black, #000));
        font-family: "utopia-std";
        font-size: 44px;
        font-style: normal;
        font-weight: 400;
        line-height:  55px;
        letter-spacing: -1.76px;
        margin: 0px;
    }
    .infographic-icon.component .infographic-icon__container .infographic-icon__content-wrapper .content-wrapper {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .infographic-icon.component .infographic-icon__container .infographic-icon__content-wrapper .content-wrapper__small-size {
        display: none;
    }
    .infographic-icon.component .infographic-icon__container .infographic-icon__content-wrapper .content-wrapper > .infographic-subtitle {
        color: var(--Brand-Neutrals-Black, var(--Brand-Neutrals-Black, #000));        
        font-family: "MetLife Circular";
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 36px;
        margin: 0px;
    }
    .infographic-icon.component.small-size .infographic-icon__container .infographic-icon__content-wrapper .content-wrapper {        
        display: none;
    }
    .infographic-icon.component.small-size .infographic-icon__container .infographic-icon__content-wrapper .icon-wrapper .icon-wrapper__bg {
        width: var(--Grids-Gutter-Desktop, 32px);
        height: var(--Grids-Gutter-Desktop, 32px);
    }     
    .infographic-icon.component.small-size .infographic-icon__container .infographic-icon__content-wrapper .content-wrapper__small-size > .infographic-title {
        color: var(--Brand-Neutrals-Black, var(--Brand-Neutrals-Black, #000));
        font-family: "utopia std";
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: -1.28px;
        margin: 0px;
    }
    .infographic-icon.component.small-size .infographic-icon__container .infographic-icon__content-wrapper .content-wrapper__small-size {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }
    .infographic-icon.component.small-size .infographic-icon__container .infographic-icon__content-wrapper .content-wrapper__small-size > .infographic-subtitle {
        color: var(--Brand-Neutrals-Black, var(--Brand-Neutrals-Black, #000));
        font-family: "MetLife Circular";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 27px;
        margin: 0px;
    }
    .infographic-icon.component.small-size .infographic-icon__container .infographic-icon__content-wrapper .content-wrapper__small-size > .infographic-subtitle .infographic-subtitle__highlight {        
        font-weight: 700;        
    }  