.infographic.component {
        margin: 0px 0px 64px;
    }@media (max-width:768px){
.info-card {
    display: flex;
    gap: 24px;
    flex-direction: column;}}
.info-card{
display : flex;
gap :24px;
}
    .infographic.component.c-t-margin {
        margin-top: 64px;
    }
    .infographic.component .infographic-container .infographic-content__wrapper {
        border-radius: 40px;
flex:1;
        background: linear-gradient(90deg, #0090DA 0%, #379B94 100%);
        padding: 40px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }    
    .infographic.component .infographic-container .infographic-content__wrapper > .infographic-title {
        color: var(--Brand-Neutrals-White, var(--Brand-Neutrals-White, #FFF));
        font-family: "utopia-std";
        font-size: 44px;
        font-style: normal;
        font-weight: 400;
        line-height: 55px;
        margin: 0px;
    }
    .infographic.component .infographic-container .infographic-content__wrapper > .infographic-subtitle {
        color: var(--Brand-Neutrals-White, var(--Brand-Neutrals-White, #FFF));
        font-family: "MetLife Circular";
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 36px;
        margin: 0px;
    }
    .infographic.component.variant_1 .infographic-container .infographic-content__wrapper {
        gap: 16px;
    }
    .infographic.component.variant_1 .infographic-container .infographic-content__wrapper > .infographic-title {
        color: var(--Brand-Neutrals-White, var(--Brand-Neutrals-White, #FFF));
        text-align: center;
        font-family: "utopia-std";
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        margin: 0px;
    }
    .infographic.component.variant_1 .infographic-container .infographic-content__wrapper > .infographic-subtitle {
        color: var(--Brand-Neutrals-White, var(--Brand-Neutrals-White, #FFF));
        font-family: "MetLife Circular";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 27px;
    }
	#wys-eyebrow{
		margin-bottom:15px !important;		
	}
	
	.displayFlex{
	display: flex;
    align-items: center;
    gap: 10px;	
	}
	.horizontalBorder{
	height: 2px;
    background: linear-gradient(93deg, #008edd 0, #a2cf42 104%);
    flex-basis: 80px;
    margin-top: 0px !important;}