.h1_hero{
  text-align: left !important;
  animation-delay: 0.1s;
  font-size: 70px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  /* display: inline-block; */
  position: relative;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #f6f7f8;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
  text-align: left;
}

.h2_hero{
  animation-delay: 0.4s;
  font-size: 5.1em;
font-weight: 700;
margin-bottom: 14px;
color: #fff;
line-height: 1.2;
margin-bottom: 40px;
text-transform: uppercase;
}

@media (max-width: 575px) {
  /* line 58, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .h1_hero {
    font-size: 33px;
  }
}

@media (max-width: 575px) {
  /* line 75, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .h2_hero  {
    font-size: 44px;
    line-height: 1.4;
  }
}