.stars-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.stars-item__logo svg {
    width: 77px;
    height: auto;
}

.stars-item__info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.stars-item__count {
    font-size: 22px;
    padding-top: 4px;
}

.stars-item__rating {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.stars-item__rating svg {
    width: 22px;
}

.stars-item__name {
    font-size: 20px;
}