.about-container {
  width: 100%;
  height: 100vh;
  background: url(/images/team.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
}

.about-container:before {
  content: '';
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.section1-container {
  width: 100%;
  height: 100vh;
  background-image: url(/images/contact-background.jpg);
  background-size: cover;
  position: relative;
}

hr {
  border-color: #f05f40;
  border-width: 3px;
  max-width: 50px;
}
