.banner {
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.banner h2 small {
  text-transform: uppercase;
  color: #333;
}
.banner.visible-lg-block {
  background-image: url(../img/overview-banner-lg.png);
  background-position: center;
  padding: 147px 0 157px;
}
.banner.hidden-lg {
  position: relative;
}
.banner.hidden-lg .banner-img {
  width: 100%;
}
.banner.hidden-lg .container {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
article {
  margin: 60px auto;
}
article section {
  width: 100%;
  max-width: 1170px;
  font-size: 20px;
  text-indent: 2em;
  line-height: 40px;
  margin: 0 auto;
}
.footer-office {
  width: 100%;
}

@media screen and (max-width: 767px) {
  article {
    margin: 20px auto;
  }
  article section {
    font-size: 16px;
    line-height: 1.6em;
  }
}
