@media only screen and (max-width: 1080px) {
.bodytext h4 {
  padding: 0 50px;

}
}



@media only screen and (max-width: 992px) {
.logo img {
  width: 100%;
}
.bodytext h2 {
  font-size: 50px;
}
.bodytext img {
  width: 35%;
}
.bodytext p {
  padding: 0 50px;
}
.bodytext h3 {
  padding: 0 50px;
}
.bodytext h4 {
  padding: 0 50px;
  font-size: 45px;
}
.launchingcontainer h2{
  font-size: 25px;
  letter-spacing: 2px;
}
.notifybox ul li h2 {
  font-size: 30px;
}
.notifybox ul li h3 {
  font-size: 20px;
  line-height: 30px;
}
}


@media only screen and (max-width: 768px) {
 .bodytext h2 {
    font-size: 30px;
  }
   .bodytext p {
    padding: 0 0px;
    font-size: 20px;
    line-height: 30px;
  }
  .bodytext h3 {
    padding: 0 0px;
    font-size: 25px;
    line-height: 30px;
  }
    .bodytext h4 {
    padding: 0 0px;
    font-size: 25px;
  }
  .bodytext h4::after {
  content: "";
  position: absolute;
  left: 34%;
  right: 50%;
  width: 30%;
  height: 2px;
  background-color: #caa365;
  top: 45px;
}
.bodylist ul li {
  display: block;
  width: 100%;
  border-right: 0px ;
}
.bodylist ul li h5 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  margin: 10px 0 0 0;
  height: 20px;
}
.launchingcontainer h2::after,
.launchingcontainer h2::before{
  display: none;
}
.notifybox ul {
  display: block;
  align-items: center;
  height: auto;
}
.notifybox ul li img {
  width: 100%;
  min-width: auto;
  margin: 0 auto;
  display: block;
  padding: 10px;
}
.notifybox ul li {
  display: block;
  width: 100%;
}
.notifybox ul li:nth-child(2) {
  width: 100%;
}
.notifybox ul li h2 {
    font-size: 20px;
  }
   .notifybox ul li h3 {
    font-size: 15px;
    line-height: 25px;
  }
  body{
    padding: 10px;
  }
  .launchingcontainer ul {
  text-align: center;
  padding-bottom: 30px;
}
.notifybox li h2::before {
  content: "";
  position: absolute;
  left: 0%;
  right: 50%;
  width: 16%;
  height: 2px;
  background-color: #caa365;
  top: 5px;
}
#border{
  padding: 10px;
}
.subscribe_form button {
  width: 100px;
}
}


@media only screen and (max-width: 640px) {


}


@media only screen and (max-width: 479px) {
 .subscribe_form button {
    width: 120px;
  }
  .notifybox ul li p {
  font-size: 13px;
  line-height: 18px;
}
}

@media screen and (max-width:48em) {
   
}

