/* Перезаписываем стили блока с карточками цвета,
   потому что здесь его адаптивность выглядит нелепо */
.color__content {
    justify-items: center;
}

.color__wrapper {
    width: fit-content;
    grid-template-columns: repeat(auto-fill, 280px);
}

.color-card__inner {
    flex-direction: row;
    align-items: center;
}

.color-card__image {
    width: 45px;
    height: 45px;
    margin: -1px 0 -1px -1px;
}
