.intro{
    background-color: silver;
}
.text p{
    text-align: justify;
    font-weight: bold;
    padding:20px;
}
.text h3{
    text-align: center;
    font-weight: bold;

}
.text a {
    font-size:18px;
}
.img1 img{
    width:70%;
    margin-left:90px;
    
}


@media (max-width: 767px) {
   .img1 img{
    margin-left:30px;
   }
  
  }