.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: 7em 0;
}
#june-hero .june-left {
  align-self: flex-end;
}
#june-hero .june-right {
  align-self: flex-end;
}
#june-hero .right {
  right: -32em;
  bottom: -7px;
}
#june-hero .left {
  left: -32em;
  bottom: -7px;
}
#june-hero .circle {
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0;
  width: 62.1em;
}
#june-hero .button {
  width: 11em;
  height: 2.2em;
  border-radius: 1.1em;
  font-size: 1.3em;
  margin-top: 1.5em;
  line-height: 1;
}

@supports (background: -webkit-named-image(i)) {
  #june-hero .button {
    padding-top: 2px;
  }
}

@media screen and (max-width: 767px) {
}
@media screen and (max-width: 567px) {
  #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 .left {
    width: 100%;
  }
  #june-hero .june-right {
    right: unset;
    bottom: unset;
    position: relative;
    width: 100%;
    margin-bottom: -2%;
  }
  #june-hero .right {
    width: 100%;
    position: absolute;
  }
  #june-hero .june-main {
    width: 100%;
    margin: 0;
    margin-top: 11%;
    margin-bottom: 64%;
  }
  #june-hero .june-main .main {
    width: 87%;
  }
  #june-hero .mobile {
    bottom: -2%;
  }
}
