.hero-about {
  margin: 0 auto;
  width: 60vw;
  padding: 20px;
  color: #fff;
}

.hero-about h1 {
  margin: 15px 0;
  font-weight: 700;
  font-size: 3rem;
  text-transform: uppercase;
  color: #ffffff;
}

.hero-about h3 {
  color: #ffffff;
}

.hero-about p {
  font-family: Poppins;
}

.hero-bg-columns {
  background-image: url(../img/hero-bg-columns.png);
}

section.what-we-stand-for {
  display: flex;
  width: 60vw;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.99);
  box-shadow: 1px 1px 4px black;
  border-radius: 5px;
}

.stand-and-mission {
  position: absolute;
  top: 450px;
  margin: 0 auto;
  left: 20%;
}

.our-mission {
  margin: 30px auto;
  width: 60vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.our-mission h1 {
  margin: 20px 0;
  font-weight: 700;
  font-size: 3rem;
  text-transform: uppercase;
}

div.row{
  background-image: url(../img/hero-bg-columns.png);
  height: 200px;
}
.spacer{
  height: 500px;
}

