.empty-view {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    box-sizing: border-box;
    padding: 16px;
}

.empty-view__image {
    max-width: 300px;
    max-height: 300px;
}

.empty-view__text {
    color: #000;
    text-align: center;
    font-weight: 300;
    line-height: 1.5;
    font-size: clamp(16px, calc(16px + 0.25vw), 20px);
}