.notice-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.notice-list .notice-item {
    box-shadow: 0 0 1px 0;
    padding: 30px;
}

.notice-list .notice-item p {
    font-size: 16px;
    font-weight: 100;
}

.notice-list .notice-item p:last-of-type {
    margin: 20px 0 30px;
}

.triangle-icon {
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #0098e4;
}

.notice-item button {
    width: 50%;
    font-size: 16px;
    border-radius: 0;
    border: 0;
    box-shadow: 0 0 1px 0;
    background: #ffffff;
    padding: 5px 10px;
}

.notice-item button:hover {
    background: #0098e4;
    border: 0;
    color: #ffffff;
}

.notice-item button:active {
    background: #73d0ff;
}
