.new-normal-series-wrapper{
   font-family: "Prompt", sans-serif;

}
.pcOrder1MobileOrder2{

   width: 50%;
}
.pcOrder2MobileOrder1{

   width: 40%;
}

.hero4 {
   padding: 2rem 3rem;
   /* margin-top: 4rem; */
   background-image: url("/assets/@images/@contact/contact-hero-bg.jpg");

   width: 100%;
   /* background-attachment: fixed; */
   background-size: cover;
   background-position: center;
   position: relative;
  }
  .hero4 .mycont h1{
   font-size: 40px;
  }
  .hero4::after {
   position: absolute;
   content: "";
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   background-color: #363333;
   inset: 0;
   opacity: 0.78;
   z-index: 3;
  }
  .hero4 .mycont h1{
   font-size: 40px;
  }
  .mycont {
   position: relative;
   z-index: 4;
  }
.nns1{
   padding: 0 7rem;
}
.someFeatures p{
display: flex;
justify-content: flex-start;
align-items: center;
font-size: 1.1rem;
font-weight: 300;
margin-bottom: .5rem;
}
.someFeatures i{
padding-right: 1rem;
font-weight: 900;
}
.someFeatures strong{
   font-weight: 600;
}








  @media (max-width:768px){
   .pcOrder1MobileOrder2{
      order: 2;
      width: 100%;
   }
   .pcOrder2MobileOrder1{
      order: 1;
      width: 100%;
   }

   .hero4 .mycont h1{
      font-size: 29px;
     }
     .nns1{
      padding: 0 2rem;
      margin-bottom: 5rem;
   }
   .content1{
      margin-top: 0 !important;
   }
}
