.news .time {
    background: var(--color-primary);
    border-bottom: solid 3px var(--color-primary);
    border-radius: 5px;
}

.news .month {
    text-transform: uppercase;
    font-size: 75%;
}
.news .time .day {
    font-size: 20px;
    top: 2px;
    font-weight: 600;
}
.news .title a {
    font-size: 14px;
    color:var(--color-text);
    transition: all ease-in 0.3s;
}
.news .title a:hover {
    color:var(--color-primary);
    transition: all ease-in 0.3s;
}
.news section {
    border-bottom: solid 1px #d9d9d9;
}