There seems to be an issue with centering the icon
CSS:
.icons .overview {
position: relative;
float: left;
width: 16.6666666667%;
text-align: center;
overflow: visible;
}
.icon {
display: inline-block;
width: 64px;
height: 64px;
cursor: help;
margin-bottom: 20px;
}
Also, I am facing a problem with the team alignment.
.team-list { text-align: center; padding: 50px 0px 30px; float: left;}
I am struggling to get things centered properly.
Check out the website here: under the category "Oferta" Any suggestions on how to fix this?