.maincont {
   font-family: "Prompt", sans-serif;
   margin-top: 100px;
}

.pcOrder1MobileOrder2 {
   width: 45%;
}
.pcOrder2MobileOrder1 {
   width: 50%;
}

.hero4 {
   padding: 2rem 3rem;
   /* margin-top: 4rem; */
   background-image: url("../img/Slider-4.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;
}

.highPotentialHeading {
   font-size: 48px;
   font-weight: 300 !important;
}
.considerTheFollowing p {
   margin-bottom: 0 !important;
   padding-left: 2.5rem !important;
}
@media (max-width: 768px) {
   .pcOrder1MobileOrder2 {
      order: 2;
      width: 98%;
   }
   .pcOrder2MobileOrder1 {
      order: 1;
      width: 100%;
   }

   .hero4 .mycont h1 {
      font-size: 29px;
   }
   .highPotentialHeading {
      font-size: 35px;
      text-align: left !important;
      font-weight: 300 !important;
      margin-top: 4rem !important;
      margin-bottom: 5rem !important;
   }
}
