.text-decoration-none {
  text-decoration: none;
}

#june-hero .june-inner .button:hover {
  text-decoration: none;
}

#june-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/hero/back.jpg);
  background-image: -webkit-image-set(url("../images/hero/back.jpg") 1x,
      url("../images/hero/back@2x.jpg") 2x);
}

#june-hero .june-inner {
  width: 1200px !important;
  max-width: 1200px !important;
  margin: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#june-hero .june-main {
  margin-top: 5em;
  margin-bottom: 8em;
}

#june-hero .button {
  width: 11em;
  height: 2em;
  border-radius: 1em;
  font-size: 1.2em;
  margin-top: 1em;
  line-height: 2;
}

#june-hero .back {
  left: 50%;
  transform: translateX(-50%);
  max-width: 114em;
}

dotlottie-wc.headline {
  top: -23px;
}

@supports (background: -webkit-named-image(i)) {
  #june-hero .button {
    padding-top: 1px;
  }
}

@media screen and (max-width: 767px) {
  #june-hero {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/hero/back-m.jpg);
    background-image: -webkit-image-set(url("../images/hero/back-m.jpg") 1x,
        url("../images/hero/back-m@2x.jpg") 2x);
  }

  #june-hero .june-inner {
    flex-direction: column;
    width: 100% !important;
  }

  #june-hero .anim-box {
    width: 100%;
  }

  #june-hero .june-main {
    width: 100%;
    margin-top: -2%;
    margin-bottom: 7%;
  }

  #june-hero .june-main .main {
    width: 80%;
  }

  #june-hero .animation {
    width: 100%;
  }

  dotlottie-wc.headline {
    top: 19%;
    width: 125% !important;
  }

  #june-hero .button {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 567px) {
  dotlottie-wc.headline {
    top: 16%;
    width: 131% !important;
  }

  #june-hero .button {
    font-size: 1.3em;
    height: 2.2em;
    border-radius: 1.1em;
    width: 10em;
  }

  #june-hero .june-main {
    margin-top: 0%;
    margin-bottom: 58%;
  }
}