/* Media Queries */
.company-info .fl-icon span{font-size:12px}
@media screen and (min-width:769px) and (max-width:930px){
	.overview-element{width:22%;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}
}
@media screen and (max-width:999px){
	.company-info .fl-icon-group{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}
	.company-info .fl-icon span{display:none}
}