.rooster {
color: var(--dark-gray); display: flex; flex-flow: row wrap; justify-content: space-between; list-style-type: none; margin: auto;
}
.rooster > li > figure {
margin: 10px auto;
}
.rooster > li > figure > img {
margin: auto; max-width: 300px; min-width: 150px;
}
- address {
flex: 0 1 auto; font-size: small; font-style: normal;
}