.iconos{
  display: flex;
  justify-content: space-between;
}
.iconos .icono{
  width: 80px;
  text-align: center;
}
.iconos .icono img{
  margin-bottom: 10px;
}
.iconos .icono span{
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  color: #503F47;
}