div[class*="field-"][class*="required"]::after {
    display: none !important;
}

div[class~="required"][class*="field-"]::after {
    display: none !important;
}
