    strong.error:before {
        width: 25px;
        height: 25px;
        filter: invert(24%) sepia(96%) saturate(7431%) hue-rotate(1deg) brightness(101%) contrast(120%);
        padding-right: 25px;
        margin-bottom: -4px;
        margin-left: -4px;
        display: inline-block;
        content: "";
        vertical-align: sub;
        background: url(/themes/custom/unified/icons/Error.svg) no-repeat;
        background-size: contain;
    }

    .form-item--error-message:before {
        content: none !important;
    }

    #edit-opt-in-toggle--description {
        margin-top: -27px;
        font-size: 16px;
        color: var(--acBlueText);
    }

    @media only screen and (max-width: 991px) {
        h1 {
            font-size: 32px !important;
        }

        #subtext {
            font-size: 22px !important;
        }
    }

    @media (min-width: 992px) {

        h1,
        .h1 {
            font-size: 60px !important;
        }
    }