header {
  background-color: #fff;
}
header img {
  filter: brightness(100%);
}

.home-cover .about-cover {
  height: 582px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-page {
  box-sizing: border-box;
  position: relative;
  margin-top: -227px;
  margin-bottom: 100px;
}
.about-page .container {
  box-sizing: border-box;
}
.about-page .container > div {
  text-align: left;
}
@media (min-width: 1200px) {
  .about-page .container {
    width: 992px;
    padding: 100px;
  }
}
@media (max-width: 600px) {
  .about-page .container {
    width: 430px;
  }
}
