html, body {
  overflow-x: hidden !important;
}
#quote-success,
#quote-success p {
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  white-space: normal !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}