.main-section-exteriors {
  background: linear-gradient(rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)),
    url('../images/contact-photo.jpeg');
  background-position: center;
  background-size: cover;

}

.locations {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

iframe {
  margin-bottom: 2rem;
}

.bio {
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bio p {
  font-family: 'Montserrat', Arial;
  line-height: 1.75rem;
}