.more {
    width: 300px;
    display: block;
    margin: 20px auto;
    color: white;
    font-weight: 200;
    padding: 20px 40px;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    background: #09AFE7;
    text-align: center;
}

.more:hover {
    background: #0F2754;
    color: white;
}



.perkecil {
    display: block;
    height: 50px;
    overflow-y: hidden;
}

.news,
.agenda {
    grid-template-columns: max-content 3fr;
    border-bottom: 1px solid #b4b4b4;
}

.agenda {
    align-items: center;
}

.news img {
    width: 80px;
    height: 80px;
}

.news ul li:nth-child(1) {
    font-size: 12px;
    font-weight: bold;
}

.news ul li:nth-child(2) {
    font-size: 18px;
    font-weight: 300;
    color: black;
}

.news ul li:nth-child(3) {
    font-size: 15px;
    color: #6e6e6e;
}

.agenda:hover {
    background: #e9e9e9;
    cursor: pointer;
}

.agenda ul:nth-child(1) {
    text-align: center;
}

.agenda ul:nth-child(1) li:nth-child(1) {
    font-size: 40px;
    font-weight: bold;
    color: #f60;
}

.agenda ul:nth-child(1) li:nth-child(2) {
    font-weight: 300;
    color: black;
    text-transform: uppercase;
}

.agenda ul:nth-child(2) li:nth-child(1) {
    font-weight: bold;
}

.agenda ul:nth-child(2) li:nth-child(2) {
    font-size: 13px;
}