.help-hero {
  height: 450px;
  display: grid;
  align-content: center;
  background-image: linear-gradient(
      to left,
      rgba(255, 255, 255, 0),
      rgb(255, 255, 255) 60%
    ),
    url("../images/stock/getHelpHeroImage.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

#content-head {
  grid-row: 1;
  width: 50%;
  min-width: 300px;
  line-height: 1.2;
}

#content-text {
  grid-row: 2;
  width: 50%;
  max-width: 600px;
  line-height: 1.5;
  padding-top: 25px;
}

#email-button {
  background-color: var(--lightblue);
  width: fit-content;
  padding: 5px 25px;
  margin-top: 35px;

  text-decoration: none;
  color: black;
  border-radius: 3px;
}
