﻿.empty-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .empty-content image {
        width: 50%;
        margin-top: 50px;
    }

    .empty-content .info {
        font-size: 16px;
        color: #B1BBC3;
        margin: 0 auto;
        text-align: center;
    }
