#need-help-wrapper {
  position: fixed;
  right: 0;
  top: 10%;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 6px 0 0 6px;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.7);
  z-index: 2;
}

#hero-card-wrapper {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 6px;
  max-width: calc(100vw - (100vw - 100%));
}

#please-note-wrapper {
  background-color: rgb(141, 141, 141);
}
