.hero-contact{
  height: 40vh;
background: url('../assets/contact/contact.jpg') center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
}
.hero-contact .hero-content h1 {
  font-size: 45px;
}
.hero-contact .hero-content p {
  font-size: 18px;
}