.container.promo-wrapper {
  width: 1360px !important;
  margin-top: 60px;
  margin-bottom: 60px;
}

#june2-banner {
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.25);
  width: 100%;
  background-image: url(../images/banner/back.jpg);
  background-image: -webkit-image-set(url("../images/banner/back.jpg") 1x,
      url("../images/banner/back@2x.jpg") 2x);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: visible;
}

#june2-banner .banner-inner {
  height: auto;
  width: 100%;
  position: relative;
  gap: 8em;
}



#june2-banner .banner-main {
  margin-top: 28px;
  margin-bottom: 20px;
}

#june2-banner .banner-left {
  left: -4em;
  bottom: 28px;
}

#june2-banner .banner-right {
  right: -6em;
  bottom: -3px;
}

#june2-banner .image {
  top: -42px;
  right: -84px;
}

#june2-banner p {
  margin: 0;
  padding: 0;
  line-height: 1;
  z-index: 1;
  position: relative;
  rotate: -2.5deg;
}

#june2-banner .main-text p {
  font-size: 90px;
  letter-spacing: -4px;
  color: #c52030;
  font-family: "ChillScript";
  rotate: -3.9deg;
}

#june2-banner .main-text p:nth-child(1) {
  left: -1.1em;
  margin-bottom: -9px;
}

#june2-banner .main-text p:nth-child(2) {
  right: -1.1em;
}

#june2-banner .main-text p:nth-child(1)::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  color: white;
  -webkit-text-stroke: 15px white;
  filter: drop-shadow(5.918px 1.341px 2.5px rgba(60, 60, 60, 0.45));


}

#june2-banner .main-text p:nth-child(1)::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  -webkit-text-stroke: 3px black;
  paint-order: stroke fill;
}

#june2-banner .main-text p:nth-child(2)::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  color: white;
  -webkit-text-stroke: 15px white;
  filter: drop-shadow(5.918px 1.341px 2.5px rgba(60, 60, 60, 0.45));

}

#june2-banner .main-text p:nth-child(2)::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  -webkit-text-stroke: 3px black;
  paint-order: stroke fill;
}

#june2-banner .text-top {
  font-size: 67px;
  letter-spacing: -2px;
  color: #c52030;
  font-family: "ChillScript";
  filter: drop-shadow(3.665px 4.429px 0.5px rgba(60, 60, 60, 0.45));
  -webkit-text-stroke: 4px white;
  paint-order: stroke fill;
}

#june2-banner .text-bottom {
  font-size: 23px;
  font-weight: 500;
  text-align: center;
}

#june2-banner .button {
  margin-top: 1em;
  font-size: 1.2em;
  width: 11em;
  height: 2em;
  border-radius: 1em;
  z-index: 1;
  line-height: 1;
}

#june2-banner .button {
  text-decoration: none;
  color: white;
}

#june2-banner .button:hover,
#june2-banner.button:visited,
#june2-banner .button:active {
  text-decoration: none;
  color: white;
}

@supports (background: -webkit-named-image(i)) {
  #june2-banner .button {
    padding-top: 2px;
  }

  #june2-banner .image {
    top: -45px;
    right: -89px;
  }
}

@media screen and (max-width: 1300px) {

  #june2-banner .banner-left,
  #june2-banner .banner-right {
    display: none;
  }
}

@media screen and (max-width: 1250px) {
  #june2-banner .banner-inner {
    gap: 6em;
  }

  #june2-banner .banner-main {
    margin-left: 6em;
  }
}

@media screen and (max-width: 1100px) {
  #june2-banner .banner-inner {
    flex-direction: column;
    gap: 1em;
    padding-bottom: 1em;
  }

  #june2-banner .banner-main {
    margin-left: 0;
  }

}

@media screen and (max-width: 991px) {
  #june2-banner .banner-inner img {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #june2-banner .button {
    font-size: 1.3em;
  }

  #june2-banner .banner-inner {
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 10px 0;
    margin-top: 0;
  }

  .banner-inner .banner-main {
    width: 100%;
  }


  .banner-inner .banner-cta {
    margin-left: 0em;
    margin-right: 0em;
    width: 100%;
  }

  .container.promo-wrapper {
    margin-bottom: 20px;
  }

  #june2-banner .image {
    top: -42px;
    right: 0;
  }
}

@media screen and (max-width: 567px) {
  #june2-banner {
    background-image: url(../images/banner/back-m.jpg);
    background-image: -webkit-image-set(url("../images/banner/back-m.jpg") 1x,
        url("../images/banner/back-m@2x.jpg") 2x);
  }

  #june2-banner .main-text p {
    font-size: 47px;
    letter-spacing: -1px;
  }

  #june2-banner .main-text p:nth-child(1) {
    left: -1.1em;
    margin-bottom: -6px;
  }

  #june2-banner .main-text p:nth-child(1)::before,
  #june2-banner .main-text p:nth-child(2)::before {
    -webkit-text-stroke: 8px white;
  }

  #june2-banner .text-top {
    font-size: 48px;
    letter-spacing: -3px;
    color: #7dc7cc;
    filter: drop-shadow(1.287px 5.76px 0.5px rgba(60, 60, 60, 0.45));
    left: -4px;
    margin-bottom: 12px;

  }

  #june2-banner .text-bottom {
    font-size: 19px;
  }

  #june2-banner .main-text {
    left: 6px;
  }

  #june2-banner .banner-left,
  #june2-banner .banner-right {
    display: block;
  }

  #june2-banner .banner-left {
    left: -22px;
    bottom: 189px;
  }

  #june2-banner .left {
    width: 7em;
  }

  #june2-banner .banner-inner {
    margin-top: 10px;
    margin-bottom: 66px;
  }

  #june2-banner .button {
    font-size: 1.1em;
    height: 2.6em;
    border-radius: 1.3em;
    margin-top: 27px;
  }

  #june2-banner .banner-right {
    right: -15px;
    bottom: -67px;
  }

  #june2-banner .right {
    width: 8.7em;
    z-index: 9;
  }

  #june2-banner .image {
    top: -27px;
    right: 14px;
    width: 6em;
  }
}