#aug-hero {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  background-image: url('../../../../images/heros/25/aug/back.jpg');
  background-image: image-set(url('../../../../images/heros/25/aug/back.jpg') 1x,
      url('../../../../images/heros/25/aug/back@2x.jpg') 2x);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
  padding: 170px 0 81px 0;
}

#aug-hero #anim {
  max-width: 100%;
  width: 400px;
  height: 400px;
  position: absolute;
  left: -140px;
  bottom: -70px;
}

#aug-hero a {
  display: block;
  width: 270px;
  height: 55px;
  line-height: 53px;
  margin: 0 auto;
  color: #fff;
  font-size: 26px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  border-radius: 27px;
  background: #00c4c7;
  padding: 0;
  margin-top: 19px;
}

#aug-hero .l1 {
  color: #d60000;
  font-size: 34px;
  line-height: 1.3;
  margin-bottom: 10px;
  padding-top: 20px;
}

@media screen and (max-width: 1200px) {
#aug-hero img.block {
  max-width:60%
}
}

@media screen and (max-width: 768px) {
  #aug-hero {
    height: auto;
    background-image: url('../../../../images/heros/25/aug/back-m.jpg');
    background-image: image-set(url('../../../../images/heros/25/aug/back-m.jpg') 1x,
        url('../../../../images/heros/25/aug/back-m@2x.jpg') 2x);
    background-position: top;
    background-size: 100% auto;
    background-color: #fffadb;
    padding: 111px 0 15px 0;
  }

    #aug-hero .cont {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  #aug-hero #anim {
    position: static;
    margin-top: 0;
    width: 130%;
    height: auto;
    max-width: 300px;
  }

  #aug-hero img.block {
  max-width:100%
}

  #aug-hero .l1 {
    font-size: 24px;
    line-height: 1.3;
  }

  #aug-hero a {
    width: 220px;
    height: 42px;
    line-height: 40px;
    border-radius: 21px;
    font-size: 20px;
    margin-top: 5px;
  }
}