body .entry-hero.title-about-us .entry-hero-container-inner {
  background-image: url('/images/front/about_us/banner_about_us.jpg');
}
.g-recaptcha > div {
  margin: 0 auto;
}

.contact-details {
  margin-bottom: 80px;

  h2 {
    margin-bottom: 30px;
    text-align: center;
  }
  .company-details-table {
    display: flex;
    flex-direction: column;

    > div {
      display: flex;
      flex-direction: row;
      align-items: center;

      > div {
        padding-bottom: 10px;
        text-align: left;
        padding-left: 10px;
        flex: 1;
      }
      > div:first-child {
        padding-right: 10px;
        font-weight: bold;
        text-align: right;
      }
    }
  }
}