.don-news__all {
    margin-top: 25px;
}

.don-news_container-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
    row-gap: 10px;
}

.don-news__main-title {
    display: block;
    font-size: 16px;
    color: #2b55a2;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-decoration: none !important;
}

.don-news__title {
    color: #005157;
    font-size: 1em;
    text-decoration: none !important;
}

.don-news__date {
    color: #aaa;
    font-size: 0.8em;
    padding-bottom: 2px;
}

.don24-news_feed {
    padding-bottom: 7px;
}

.don24-news_img {
    width: 100%;
    margin-bottom: 5px;
}

.don-news__btn-container {
    width: 100%;
    justify-content: center;
}

.don-news__btn {
    color: #555;
    background-color: #ddd;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    font-size: 14px;
    width: 100%;
    margin: auto;                
    border-radius: 2px;
    display: block;
    text-align: center;              
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 0;
    text-decoration: none !important;
    margin: 0 auto;
    
}

.don-news__btn:hover {
    color: white;
    background-color: #767676;
}