.alergenos {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 0 15px grey;
    padding: 20px 10px;
}
.alergenos__lista {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.alergenos__lista--item {
    width: 20%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 5px;
    min-height: 65px;
}
.alergenos__lista--img {
    width: 40px;
}
.alergenos__lista--span{
    display: block;
    line-height: 14px;
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
}
.ico-alergenos{font-size: 30px;}