@media( max-width: 768px ) {
  html body .visually-hidden.fieldset__legend-text, .control-label.sr-only {
    clip: inherit !important;
    height: inherit !important;
    overflow: inherit !important;
    position: inherit !important;
    width: inherit !important;
    word-wrap: inherit !important;
    font-size: 10px;
    line-height: 24px;
    font-weight: bold;
  }
  .fieldset__legend {
    font-size: 10px;
    font-weight: bold;
  }
}



