.home .text-component h1 {
  font-size: 2em;
  font-weight: 600;
  line-height: normal;
  margin: 0px;
  /* Tablet */
}
@media (max-width: 992px) {
  .home .text-component h1 {
    font-size: 1.8125em;
    /*29px*/
  }
}
.text-component .text-wrap p a {
  text-decoration: underline;
}
.findadoctor .text-component .text-wrap p a {
  text-decoration: none;
}
