.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#memorial-banner {
  font-size: 33px;
  background-image: url("../../../images/25/memorial/back.png");
  background-image: -webkit-image-set(
    url("../../../images/25/memorial/back.png") 1x,
    url("../../../images/25/memorial/back@2x.png") 2x
  );
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
}

#memorial-banner .banner-inner {
  padding: 13px 15px 26px 15px;
  gap: 2em;
  width: 100%;
  justify-content: space-evenly;
}

#memorial-banner .banner-inner > *:not(img) {
  position: relative;
  z-index: 2;
}
#memorial-banner .banner-inner img {
  z-index: 1;
}

#memorial-banner p {
  font-size: 33px;
}
#memorial-banner .title {
  font-size: 67px;
  line-height: 1em;
  margin: 11px 0 5px 0;
}
#memorial-banner .main {
  width: 29em;
  margin: 0;
}
#memorial-banner .left {
  left: -8px;
  bottom: -40px;
}
#memorial-banner .right {
  right: -47px;
  bottom: -70px;
}
#memorial-banner .left-m {
  left: 0;
  bottom: 0;
}
#memorial-banner .right-m {
  right: 0;
  bottom: 0;
}
#memorial-banner .banner-main {
  /* margin-bottom: 18px; */
}
#memorial-banner .button {
  height: 36px;
  width: 191px;
  border-radius: 18px;
  margin-top: 15px;
  font-size: 23px;
  padding-top: 3px;
}

#memorial-banner .button,
#memorial-banner .button:visited,
#memorial-banner .button:hover,
#memorial-banner .button:focus,
#memorial-banner .button:active {
  color: white;
  text-decoration: none;
}

@media screen and (min-width: 1346px) {
  #memorial-banner {
    width: 100%;
    max-width: 1202px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1345px) {
  #memorial-banner {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  #memorial-banner {
    margin-bottom: 2em;
    font-size: 16px;
    background-image: url("../../../images/25/memorial/back-m.png");
    background-image: -webkit-image-set(
      url("../../../images/25/memorial/back-m.png") 1x,
      url("../../../images/25/memorial/back-m@2x.png") 2x
    );
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #memorial-banner .banner-inner {
    flex-direction: column;
    width: 100%;
    gap: 0;
    padding: 17px 0 138px 0;
  }
  #memorial-banner .banner-main {
    width: 100%;
  }
  #memorial-banner .main-m {
    width: 100%;
    margin: 0;
    margin-bottom: 3%;
    display: block !important;
    left: -1%;
  }
  #memorial-banner .button {
    width: 145px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    margin-top: 8px;
  }
  #memorial-banner p {
    font-size: 28px;
  }
  #memorial-banner .title {
    font-size: 48px;
    margin: 8px 0 2px 0;
  }
  #memorial-banner .stars {
    width: 135px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #memorial-banner {
    margin-bottom: 12px;
    margin-top: 12px;
  }
}
