.content .wysiwyg-allowed table {
        display: table;
        white-space: unset;
    }
    
.content .wysiwyg-allowed table th,.content .wysiwyg-allowed table td {
        font-size: 1rem;
        line-height: 1.4375rem;
    }

.event-details__sponsorship-logos div { 
        margin: auto .75rem 1.25rem; 
    }
    
.content .wysiwyg-allowed ul {
    margin-block-start: .5em;
    margin-block-end: .5em;
}

@media screen and (max-width: 480px) {
.content .wysiwyg-allowed ul :before {
       font-size: 50%;
   }
}

.content ul:not(.no-wysiwyg *,.sq-form-question *,.pagination *) {
    margin-block-start: .5em;
    margin-block-end: .5em;
    margin: .5em;
}

@media screen and (max-width: 480px) {
.content ul:not(.no-wysiwyg *,.sq-form-question *,.pagination *) :before {
    font-size: 50%;
   }
}