.post-excerpt{
    color: white;
}

.post-excerpt h5{
    font-weight: 600;  
    color: white;
}

.post-excerpt ul.list-1{
    padding-left: 1em;
    list-style: decimal;
}

.post-excerpt ul.list-2{
    list-style: disc;
}

.post-excerpt a{
    color: #b0a06c;
    font-weight: 600;
}

.post-excerpt a:hover{
    color: #c2912e;
}

@media all and (max-width:600px){
    .post-excerpt a{
        display: block;
    }
}