#component-how-we-can-help-you {
  background-color: #002864;
  min-height: 400px;
  border-top: 2px solid rgba(248, 248, 248, 0.1);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#component-how-we-can-help-you h1 {
  max-width: 350px;
  text-align: center;
  padding-top: 120px;
  color: #fff;
  font-weight: 700;
  font-family: "Regular-Regular";
  font-style: normal;
  font-size: 66px;
  line-height: 69px;
  letter-spacing: 0em;
  margin: 0 auto;
}

@media only screen and (min-width: 901px) {
  #component-how-we-can-help-you h1 {
    max-width: initial;
  }
}

@media only screen and (min-width: 901px) {
  #component-how-we-can-help-you .yxt-SearchBar-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#component-how-we-can-help-you .yxt-SearchBar .yxt-SearchBar-form {
  max-width: 900px;
  margin-top: 45px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 20px;
}

@media only screen and (min-width: 901px) {
  #component-how-we-can-help-you .yxt-SearchBar .yxt-SearchBar-form {
    margin-top: 60px;
    padding-top: 23px;
    padding-bottom: 23px;
  }
}

#component-how-we-can-help-you .yxt-SearchBar .yxt-AutoComplete {
  margin-top: 35px;
  padding-top: 40px;
}

@media only screen and (min-width: 901px) {
  #component-how-we-can-help-you .yxt-SearchBar .yxt-AutoComplete {
    margin-top: 90px;
  }
}

/* Related Searches */
#component-how-we-can-help-you
  .yxt-SearchBar.relatedSearches
  .yxt-AutoComplete-results {
  display: block;
  padding-top: 0px;
}

#component-how-we-can-help-you
  .yxt-SearchBar.relatedSearches
  .yxt-AutoComplete-results::before {
  content: "Related Searches";
  color: #191919;
  font-weight: 700;
  font-family: "Regular-Regular";
  font-style: normal;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0em;
  padding-left: 24px;
  position: relative;
  top: unset;
  left: unset;
  transform: unset;
}

#component-how-we-can-help-you
  .yxt-SearchBar.relatedSearches
  .yxt-AutoComplete-results
  li {
  margin-top: 20px;
  font-family: "Regular-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #191919;
  border: none;
  border-radius: unset;
  padding: 4px 24px;
}

#component-how-we-can-help-you
  .yxt-SearchBar.relatedSearches
  .yxt-AutoComplete-results
  li:hover {
  border: none;
  background-color: unset;
  color: initial;
}
