html h1.word-rotator-title strong.inverted-secondary { 
    background-color: #C04C4E;
}
#block-mobiletrigger .field--name-body {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

#block-mobiletrigger .field--name-body .donate {
    margin-left: auto;
    margin-right: 30px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #383f48;
    border: none;
}

.newsletter-signup-v2 {
    padding-top: 30px;
    padding-bottom: 60px;
}
.newsletter-signup-v2 .field--name-body h2 {
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.newsletter-signup-v2 .field--name-body p {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}

.newsletter-signup-v2 .field--name-body p a.button {
    margin-top: 20px;
    font-size: 22px;
    color: rgb(56, 63, 72);
    padding: 15px 25px;
    background-color: rgba(255,255,255,0.6);
}


.title-bold {
    h3 {
        font-weight: bold;
    }
}

.title-red {
    h3 {
        color: var(--red);
    }
}

@media (max-width: 991px) {
    table.mobile {
        display: block;
        width: auto !important;
        border: 1px solid #000;
        border-right: none;
        border-bottom: none;
    }
    table.mobile tr,
    table.mobile th,
    table.mobile td,
    table.mobile tbody {
        display: block;
        border: none;
    }
    table.mobile th,
    table.mobile td {
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
    }
}