.reportbg{
background-image: url(/content/dam/metlifecom/sustainability/Layer_1.svg);
width: 57px;
height: 57px;
}

.infographic.component .infographic-container .infographic-report-content__wrapper > .infographic-report-title{
        color: #007ABC;
		width: 75%;
        text-align: center;
        font-family: "Utopia Std";
        font-size: 50px;
        font-style: normal;
        font-weight: 400;
        line-height: 50px; /* 100% */
        align-self: stretch;
		margin-bottom: 5px;
    }
	
	.infographic.component .infographic-container .infographic-report-content__wrapper {
        display: flex;
        width: var(--Mobile-Mobile-Viewport, 675px);
        padding: 32px 0px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border-radius: 54px;
        background: #F0F0F0;
       margin-bottom: 20px;
        gap: 10px;
    } 
	.infographic.component .infographic-container .infographic-report-content__wrapper > .infographic-report-subtitle {
        
        height: 48px;
        width: 80%;
        color: #000;
        text-align: center;
        font-family: "Noto Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 27px; /* 135% */
        flex:1;
}
section.infographic.component.staticContainerNew {
    margin: 0 auto;
    width: 156%;
}
    