.need-help {
  font-size: 12px;
  font-weight: 500;
  color: var(--grey2) !important;
}
.need-help span {
  font-weight: 600;
  color: #5BC694 !important;
}

.information-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  font-weight: 500;
  color: var(--grey1);
}

.static-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
}
.static-links a {
  color: var(--grey2);
}