.mheFirstSection{
    padding: 4rem 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideMheFirstSection{
    padding: 2rem 0;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.insideMheHeroSection h2 {
    font-size: 66px;
    font-weight: 400;
    text-transform: uppercase;
    color: #5d9913;
    margin-bottom: 0.8rem;
}

.insideMheHeroSection h3 {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
}

.insideNinthSection {
    padding: 2rem 0;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d3d3d347;
  }
  
  .insideNinthSectionCard {
    height: 30rem;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 1rem;
    padding: 1rem;
  }

  .sideIMG {
    height: 4.6rem;
  }
  
  img#expandedImg {
    height: 23rem;
    background: #fff;
}
  
  img#expandedImg1 {
    height: 23rem;
  }
  
  div#imgtext1{
    color: transparent;
  }

  .mainIMG {
    height: 23rem;
    background: #fff;
}

  .row{
    display: flex;
  }

  .container {
    position: absolute !important;
    transform: translateY(-3rem);
  }

  .mheHeroSection{
    height: 50vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mheHeroSection::before{
    content: '';
    position: absolute;
    height: 50vh;
    width: 100%;
    background-image: url('/assets/images/all\ images/btbt.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }

  .insideMheHeroSection{
    height: 80%;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
      }

      .insc h2 {
        text-transform: uppercase;
        font-size: 30px;
        font-weight: 500;
    }

.insc p {
  margin-top: 2rem;
  font-size: 18px;
  line-height: 1.5rem;
  word-spacing: 5px;
}

.insc button {
  font-size: 18px;
  color: #fff;
  background: #5d9913;
  outline: none;
  border: 1px solid #5d9913;
  padding: 1rem;
  margin-top: 1rem;
  text-transform: uppercase;
  transition: all 0.4s ease-in;
}

.insc button:hover, button a:hover {
  background-color: #fff;
  color: #5d9913 !important;
  transition: all 0.4s ease-in;
  cursor: pointer;
}

.insc button a{
  text-decoration: none;
  color: #fff;
}


@media screen and (max-width:1100px){
  .insideMheFirstSection {
    width: 95%;
  }
  .insideNinthSection {
    flex-direction: column;
}
.insideNinthSectionCard {
  height: 30rem !important;
  width: 90% !important;
  flex-direction: column;
  justify-content: center !important;
  align-items: center !important;
}
}

@media screen and (max-width:765px){
  .mainIMG {
    height: 20rem;
}
img#expandedImg {
  height: 20rem;
}
.insc h2 {
  font-size: 26px;
}
.insc p {
  font-size: 16px;
  line-height: 1.4rem;
  word-spacing: 4px;
}

.insc button {
  font-size: 14px;
}

.insideMheHeroSection h2 {
  font-size: 42px;
}

.insideMheHeroSection h3 {
  font-size: 16px;
}

.insideNinthSection {
  padding-top: 0 !important;
}

}

@media screen and (max-width:500px){
  .insideMheFirstSection {
    padding-top: 0 !important;
}
.insideNinthSectionCard.insc {
  height: 40rem !important;
}
}

@media screen and (max-width:375px){
  .insideMheHeroSection {
    width: 90%;
  }

  .insideMheHeroSection h2 {
    font-size: 34px;
}

.insideMheHeroSection h3 {
  font-size: 14px;
}

img#expandedImg {
  height: 14rem;
}

.mainIMG {
  height: 14rem;
}

.sideIMG {
  height: 3.6rem;
}

.insideNinthSectionCard {
  height: 22rem !important;
}

.insideNinthSectionCard.insc {
  height: 50rem !important;
}

}