.block-about-hero {
    display: block;
    position: relative;
    padding-top: 50px;
    overflow: hidden;
  }
  .block-about-hero.fixed + section {
    margin-top: 96px;
  }
  @media (max-width: 1199.98px) {
    .block-about-hero.fixed + section {
      margin-top: 74px;
    }
  }
  @media (max-width: 767.98px) {
    .block-about-hero.fixed + section {
      margin-top: 50px;
    }
  }
  @media (max-width: 767.98px) {
    .block-about-hero {
      padding-top: 0;
    }
  }
  @media (max-width: 1799.98px) {
    .block-about-hero > .container {
      max-width: 95%;
    }
  }
  @media (max-width: 991.98px) {
    .block-about-hero > .container {
      max-width: 100%;
    }
  }
  @media (max-width: 767.98px) {
    .block-about-hero > .container {
      padding-left: 0;
      padding-right: 0;
    }
  }
  .block-about-hero .content-wrapper {
    position: relative;
    height: 620px;
    border-radius: 13px;
  }
  @media (max-width: 1799.98px) {
    .block-about-hero .content-wrapper {
      height: auto;
    }
  }
  .block-about-hero .content-wrapper .row {
    height: 100%;
    align-items: flex-end;
  }
  @media (max-width: 1799.98px) {
    .block-about-hero .content-wrapper .row {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
    }
  }
  .block-about-hero .page-title {
    display: block;
    position: relative;
    z-index: 2;
    font-weight: 700;
    font-size: 5.4rem;
    line-height: 1.2;
    margin-bottom: 70px;
    color: #fff;
    text-transform: uppercase;
  }
  @media (max-width: 1535.98px) {
    .block-about-hero .page-title {
      font-size: 3.6rem;
      margin-bottom: 40px;
    }
  }
  @media (max-width: 991.98px) {
    .block-about-hero .page-title {
      font-size: 3rem;
      margin-bottom: 30px;
    }
  }
  @media (max-width: 767.98px) {
    .block-about-hero .page-title {
      margin-top: 35px;
      margin-left: 30px;
      font-size: 3.2rem;
    }
  }
  .block-about-hero .background {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: auto;
  }
  @media (max-width: 1799.98px) {
    .block-about-hero .background {
      position: relative;
    }
  }
  .block-about-hero .background--desktop {
    display: block;
  }
  @media (max-width: 767.98px) {
    .block-about-hero .background--desktop {
      display: none;
    }
  }
  @media (max-width: 767.98px) {
    .block-about-hero .background--mobile {
      display: block;
      height: 650px;
      object-fit: cover;
      object-position: center;
    }
  }
  .block-about-hero .image {
    display: none;
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
  }
  .block-about-hero .image--desktop {
    display: block;
    padding-right: 170px;
  }
  @media (max-width: 1799.98px) {
    .block-about-hero .image--desktop {
      padding-right: 100px;
    }
  }
  @media (max-width: 1535.98px) {
    .block-about-hero .image--desktop {
      padding-right: 50px;
    }
  }
  @media (max-width: 767.98px) {
    .block-about-hero .image--desktop {
      display: none;
    }
  }
  @media (max-width: 767.98px) {
    .block-about-hero .image--mobile {
      display: block;
      height: 175px;
      width: auto;
      margin: -18px auto 0;
    }
  }
  

@media (max-width: 485px) {
  .block-about-hero .background--mobile {
    height: 450px;
  }

}