.smart-goals{
	display: flex;
	justify-content: space-between;
}
.smart-goals-item{
	display: flex;
	align-items: center;
	width: 32%;

}
.smart-goals-item-img{
	flex-shrink: 0;
}
.smart-goals-item-text{
	font-size: 21px;
	line-height: 34px;
	text-transform: uppercase;
	color: #fff;
	margin-left: 38px;
}