a.wp-block-buttons.wp-element-button {
    background-color: #01538A !important;
    color: #ffffff !important;
}

a.wp-block-buttons.wp-element-button:hover {
    background-color: #A1D8CA !important;
    color: #01538A !important;
    transition: 0.2s !important;
}
li,ul {
    list-style-type: disc !important;
    list-style-position: inside!important;
}