.text-decoration-none {
  text-decoration: none;
}

#may-hero .may-inner .button:hover {
  text-decoration: none;
}

#may-hero {
  background-position: bottom 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);
}

#may-hero .may-inner {
  width: 1200px !important;
  max-width: 1200px !important;
  margin: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#may-hero .may-main {
  margin-top: 1em;
  margin-bottom: 4em;
}

#may-hero .button {
  width: 9.5em;
  height: 2em;
  border-radius: 1.1em;
  font-size: 1.3em;
  background-color: #f7d517;
  margin-top: 13px;
  line-height: 2;
}

@supports (background: -webkit-named-image(i)) {
  #may-hero .button {
    padding-top: 2px;
  }
}


@media screen and (max-width: 767px) {
  dotlottie-wc.headline {
    width: 100% !important;
  }

  #may-hero .animation {
    width: 98%;
  }

  #may-hero .anim-box {
    width: 100%;
  }

  #may-hero .may-inner {
    flex-direction: column;
    width: 100% !important;
  }

}

@media screen and (max-width: 567px) {
  #may-hero {
    background-position: bottom 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);
  }


  #may-hero .may-main {
    width: 100%;
    margin-top: 10%;
    margin-bottom: 47%;
  }

  #may-hero .may-main .main {
    width: 90%;
    margin-top: 2%;
  }
}