.hero-brand{
  position: relative;
  text-align: center;
  background: linear-gradient(90deg, #C3C3C3 0%, #EBEDEA 100%);
  z-index: -1;
  margin-bottom: -1px;
  padding-bottom: 30px;
}
.hero-brand__title{
  width: 100%;
  margin: 48px 0;
  text-align: center;
}
.hero-brand__wrap{
  height: 100%;
}
.hero-brand__img{
  height: 83%;
  max-width: 40%;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 30px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.hero-brand img{
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.hero-brand__union{
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
  position: absolute;
}

@media screen and (max-width: 1279px) {
  .hero-brand__title h2{
    font-size: 40px;
  }
  .hero-brand__union{
    bottom: 0;
  }

}
@media screen and (max-width: 991px){
  .hero-brand__img{
    max-width: 60%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .hero-brand__title h2{
    font-size: 32px;
  }
  .hero-brand__union{
    bottom: 0;
  }
  .hero-brand__img{
    width: 75%;
    max-width: 75%;
    margin-bottom: 0;
  }
  .hero-brand{
    padding: 0;
  }
}