.ws-note-block {
    background-color: #fdb28a;
    padding: 20px;
    border-radius: 15px;
}
.ws-note-block, div[style*="background-color: #fdb28a;"] {
    margin-bottom: 34px;
    margin-top: 34px;
}
.ws-note-block > *:last-child, div[style*="background-color: #fdb28a;"] > *:last-child {
    margin-bottom:0
}
.ws-note-block a,
div[style*="background-color: #fdb28a;"] a {
    color: #0D495B
}

.ws-note-block a:hover,
div[style*="background-color: #fdb28a;"] a:hover {
    /* color: #4DC0E6; */
    color: #CE4400
}
