#travel-hero {
  background-image: url('../images/thero.jpeg');
}

#farm-hero {
  background-image: url('../images/fhero.jpeg');
}

#shortlet-hero {
  background-image: url('../images/shero.jpg');
}

#about-hero {
  background-image: url('../images/about.jpeg');
}

#contact-hero {
  background-image: url('../images/contact.jpeg');
}

.business-h2,
.business-a,
.business-p {
  text-align: center;
}

.business-h2 {
  font-size: 5rem;
}

.business-p {
  font-size: 1.1rem;
}

#h-contain {
  margin: auto;
}

#h-wrapper {
  margin: auto;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

#sb {
  margin-bottom: 2rem;
}

#sb p {
  text-align: left;
  margin-top: 1rem;
}