.hn-banner-outer {
  padding: 0 60px 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.about-us-banner-outer {
  background: url(https://hnie.blob.core.windows.net/hnie-assets/landing-pages/about-us/images/about-us-banner.jpg) no-repeat center center / cover;
}
.hn-banner-inner h2 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  font-family: lato, arial, sans-serif;
}

.hn-banner-inner .table-cell {
  height: 200px;
}

.about-us-banner-inner img {
  max-width: 300px;
}
.about-us-content-outer {
  background: #fff;
  padding: 80px 60px 0;
}
.about-us-content-inner {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}
.about-us-content-inner p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
  color: #373737;
}
.about-us-content-inner .left-content,
.about-us-content-inner .right-content {
  width: 45%;
}

.finance-link {
  max-width: 1260px;
  margin: 0 auto;
  margin-top: 40px;
}

.finance-link a {
  font-size: 16px;
  line-height: 1em;
  font-weight: 600;
  text-decoration: none;
  color: blue;
}

.finance-link a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  .about-us-content-outer {
    padding: 40px 20px 0;
  }
  .about-us-content-inner .left-content,
  .about-us-content-inner .right-content {
    width: 100%;
    float: none;
  }
}
