header {
  position: relative;
  z-index: 100;
}

.page-id-605 .hero {

  position: relative;
  background: url(../images/custom-hero-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding-top: 110px;
  margin-top: -110px;

  /* bg overlay */
  &::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 0;
  }

  * {
    position: relative;
  }

  /* origin image block */
  #div_block-13-605 {
    display: none;
  }
}

.custom-hero-brands {
  padding: 32px 80px;
}

.custom-hero-brands__heading {
  text-align: center;
  margin-bottom: 32px;
}

.custom-hero-brands__logo-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.custom-hero-brands__logo {
  &:hover {
    --svg-color-1: #004EEB;
  }
}