.fund-code {
	font-size: 18px;
	line-height: 25px;
	font-weight: 600
	}

.fund-name {
	font-size: 30px;
	line-height: 37.5px;
	padding: 0 0 10px !important;
	}

.fund-new	{
	font-size: 18px;
	color: #FF6800;
	line-height: 20px;
	}
	
.fund-description	{
	
	line-height: 21px;
    font-weight: 400;
    font-size: 16px;
	}

.fund-small-box	{
	display: table-cell; 
	border: 1px solid #DBDBDB; 
	width: 300px; 
	padding: 20px
	}

.fund-big-box	{
	display: flex;
	justify-content: center;
	margin-right: 30px;
	margin-top: 20px;
	}

.fund-disclosure	{
	color: #666;
	font-size: 16px;
    font-weight: 400;
    font-style: normal;
	padding-top: 20px;
	border-top: 1px solid #DBDBDB;
	}		
.need-more-research	{
	display: flex;
	border: 1px solid #DBDBDB;
    padding: 30px;
	}
	
.need-more-left	{
	display: flex;
    width: 20%;
    justify-content: center;
}
	
.need-more-right	{
	display: flex;
    flex-direction: column;
	}
	
.esg-row	{
	display: flex;
	width: 100%;
	flex-direction: row;
	margin: 15px;
}

.esg-image	{
	display: flex;
	justify-content: flex-start; 
	margin-right: 20px;
	min-width: 64px
}

:.esg-description	{
	display: flex;
	flex-direction: column;
}