.HP_Hero .heading {
  margin-bottom: 10px;
}
.HP_Hero .heading p:last-child {
  margin-bottom: 0;
}

.HP_Hero .heading,
.HP_Hero .heading p{
  font-family: 'Archivo Black', sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: white;
  text-shadow: rgba(0, 0, 0, 0.74) 2px 2px 3px;
}

.HP_Hero .subheading,
.HP_Hero .subheading p{
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 37px;
  font-weight: 400;
  color: white;
  text-shadow: rgba(0, 0, 0, 0.74) 2px 2px 3px;
}




@media (max-width: 768px) {
  .HP_Hero .heading,
  .HP_Hero .heading p{
    font-size: 21px;
    margin-bottom: 0;
  }

  .HP_Hero .subheading,
  .HP_Hero .subheading p{
    font-size: 1rem;
  }

  .HP_Hero .Content a {
    font-size: 1rem;
  }
}