.telehealth-page .header-telehealth {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: url("/images/telehealth.jpg") center center no-repeat;
  background-size: cover;
  height: 520px;
  padding-bottom: 7%;
}

.telehealth-page .header-telehealth .telehealth-text {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: calc(12px + 3vw);
  text-align: center;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .telehealth-page .header-telehealth { height: 340px; padding-bottom: 10%; }
  .telehealth-page .header-telehealth .telehealth-text { font-size: calc(14px + 5vw); }
}


