.ratings{
}
.ratings__item{
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 1.2rem;
    min-width: 100px;
    margin-bottom: 2rem;
}
.ratings__item picture{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin-bottom: 1rem;
}
.ratings__item img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}