#hero .container {
  min-height: unset;
  padding: 0 15px;
}

#hero .inner {
  background-image: url('../../images/contact/special-hero.jpg');
  background-image: image-set(url('../../images/contact/special-hero.jpg') 1x,
      url('../../images/contact/special-hero@2x.jpg') 2x);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-left: 15px;
  padding-right: 15px;
}

#hero .title {
  font-size: 40px;
  line-height: 1em;
}

#hero .title span {
  font-size: 35px;
}

#hero .title span::before {
  content: '';
  position: absolute;
  width: 452px;
  height: 44px;
  bottom: -10px;
  left: 53%;
  transform: translateX(-50%);
  background-image: url('../../images/contact/title-decor.png');
  background-image: image-set(url('../../images/contact/title-decor.png') 1x,
      url('../../images/contact/title-decor@2x.png') 2x);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

#hero p {
  font-size: 18px;
  line-height: 26px;
  max-width: 487px;
}

@media screen and (max-width: 768px ) {
  #hero {
    margin: 19px 0 42px 0;
  }

  #hero .inner {
    background-image: url('../../images/contact/special-hero-m.jpg');
    background-image: image-set(url('../../images/contact/special-hero-m.jpg') 1x,
        url('../../images/contact/special-hero-m@2x.jpg') 2x);
    min-height: 333px;
    background-position: bottom center;
  }

  #hero .title {
    font-size: 30px;
    margin: 30px 0 12px 0;
  }

  #hero .title span {
    font-size: 23px;
  }

  #hero .title span::before {
    width: 344px;
    height: 34px;
    bottom: -5px;
    left: 51%;
  }

  #hero p {
    font-size: 16px;
    line-height: 24px;
  }
}