#wysiwyg004 {
    font-family: "Nunito Sans", "Avenir"; 
}
#wysiwyg004 h2, 
#wysiwyg004 h3 {
    text-transform: none;
    font-weight: 900;
    margin-bottom: 10px;
    font-size: 2.1rem;
    line-height: 46px;
    letter-spacing: -0.15px;
}
#wysiwyg004 table {
    border:1px solid #270b0b;
    border-collapse: separate;
    border-spacing: 0;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    overflow: hidden;
}
#wysiwyg004 table thead tr {
    background-color: #B1232A; /* Replace with your brand color */
    color: #ffffff;
    text-align: left;
    font-weight: bold;
}
  
#wysiwyg004 table th,
#wysiwyg004 table td {
    padding: 12px 15px;
}
  
#wysiwyg004 table tbody tr {
    border-bottom: 1px solid #e0e0e0;
}
  
#wysiwyg004 table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}
#wysiwyg004 table tbody tr:hover {
    background-color: #f8f8c9;
    cursor: default;
}
#wysiwyg004 img {margin-right:10px}

@media (min-width:1200px) {
    #wysiwyg004 h2, 
    #wysiwyg004 h3 {
        font-size: 2.5rem;
    }
}