﻿.notice-item {
    border-bottom: 1px solid #0000001a;
    padding: 10px 0;
    margin-bottom: 15px;
}

.notice-item h6{
    font-size: 14px;
}

.notice-item p {
    font-size: 13px;
    margin-bottom: 0px;
}

#current-news{
    margin-bottom: 50px;
}

.no-notice-block {
    text-align: center;
    padding: 80px 10px;
    height: 200px;
}

.notice-text {
    color: #212529
}

.notice-text:hover {
    color: #111;
    text-decoration: none;
}