* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
  }

  /* Middle1 */
.mid{
    width: 100%;
    height: 250vh;
    /* background-image: url(./pexels-leon-ardho-1552242.jpg);
    background-repeat: no-repeat;
    background-size: cover; */
    background-color: black;
    
}
.midrap{
  height: 150vh;
    width: 80%;
    margin: auto;
    padding-top: 80px;
    display: grid;
    grid-template-columns: auto auto  ;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    
}
.box{
   /* border: 2px solid white;
   background-color: rgba(0,0,0,0.5); */
   padding: 50px;
   padding-top: 30px;
   height: 70vh;
   padding-right: 20px; 
   margin: auto;
   text-align: center;
}
.box h1{
    text-align: center;
    /* background-color: aliceblue; */
    text-transform: uppercase;
    color: blue;
}
.box p{
    font-size: 18px;
    color: white;
}
#pic1{
    height: 50vh;
    width: 90%;
    border-radius: 75px;
}
#pic2{
  height: 50vh;
  width: 100%;
  border-radius: 75px;
}
#pic3{
    height: 50vh;
    width: 100%;
    border-radius: 75px;
  }