.icon {
    display: flex;
    justify-content: center;
  }

  .service {
    display: flex;
    margin-top: 10px;
    justify-content: center;
  }

  .Description {
    display: flex;
    text-align: center;
  }

  .Img1{
    width:350px; height: 280px; margin-right: -30px; margin-top:70px;
  }

  .Img2{
    width:450px; height: 350px; z-index: 3; margin-right: -4px;
  }

  .Img3{
    width:350px; height: 280px; margin-top:70px; padding-left: -2px;
  }

  .services{
    background: url('../img/hero1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2000px 1150px;
  }

  #feature{
    background-color: #f5fafd; padding-bottom: 60px;
  }

  #contact{
    color: white;
    background: url('../img/glass.jpg');
    background-repeat: round;
  }

  .AboutHeading{
    display: flex;
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 16px; 
    font-weight: 600; 
    text-rendering: optimizeLegibility; 
    font-family: Muli,sans-serif; 
    justify-content: center; 
    text-align: center; 
    color: #3C424F;
  }

  .aboutDesc{
    font-size: 1.2rem;
    color: #3C424F;
    font-weight: 300;
    padding-bottom: 40px;
    text-align: center;
  }

@media only screen and (max-width: 800px) {
  /* body {
    background-color: lightblue;
  } */
  .Img1{
    width:30%; height: auto; margin-right: -30px;
  }
  .Img2{
    width:40%; height: auto; z-index: 1; margin-right: 0px; margin-top: 46px; right:10%;
  }
  .Img3{
    width:30%; height:auto;padding-left: 20px; margin-left: -24px; margin-bottom:-10px;
  }
  .moveR{
    padding-left: 10%;
  }

  .section-title{
    color:black;
  }
  
  .services{
    /* background: lightblue;
    background-color: lightblue;
    background-position: top; */
    background-repeat: repeat;
  }
}