
.title {
    margin-bottom: 0;
}

.row .date {
    background-color: #26B7BC;
    color: #ffffff;
}

#item {
    display: flex;
    width: 100%;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #D9DDDC;
}
@media (min-width: 768px){
    #item .date {
        border: 1px solid #000000;
        width: 10%;
        height: 70px;
        margin-right: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 768px){
    #item .date {
        border: 1px solid #000000;
        width: 23%;
        height: 60px;
        margin-right: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

#item .date .month {
    font-size: 18px;
    font-weight: 600;
}

#item .date .year {
    display: flex;
    justify-content: end;
    font-size: 10px;
}

#item .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

#item .subtitle {
    width: 100%;
    word-wrap: break-word;
    display: flex;
    font-size: 14px;
    font-weight: 500;
}