.no-news {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 20px 0;
}

.no-news-inner {
    max-width: 600px;
    padding: 20px;
}

.no-news i {
    color: #007bff;
    margin-bottom: 10px;
}

.no-news h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #343a40;
}

.no-news p {
    font-size: 16px;
    color: #6c757d;
}