.Gallery img {
    height: 300px; 
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;

}
.Gallery img:hover {

    transform:scale(1);
    -ms-transform:scale(1.5); 
    -moz-transform:scale(1.5); 
    -webkit-transform:scale(1.5); 
    -o-transform:scale(1.5); 
}
.Rewards img {
    height: 500px; 
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;

}
.Rewards h2{
   font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
   text-transform: capitalize;
   color: rgb(68, 136, 0);

}
.Rewards img:hover {

    transform:scale(1);
    -ms-transform:scale(1.5); /* IE 9 */
    -moz-transform:scale(1.5); /* Firefox */
    -webkit-transform:scale(1.5); /* Safari and Chrome */
    -o-transform:scale(1.5); /* Opera */
}
.Participation img {
    height: 300px; 
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;

}
.History  img {
    height: 500px; 
    width: 100%;
    padding-top: -20px;
    padding-bottom: 20px;

}
.Leaders {
justify-content: center;
}
.Leaders {
  border: 10px;
  border-style: groove;
  border-color: rgb(128, 39, 39);
  padding-top: 20px;
  padding-bottom: 20px;
 }

 .Clients img {
height: 200px;
width: 100%;
border: 5px 5px 5px 5px;
border-color: beige;
border-style: groove;
 }
 .Clients img .zoom {
    transition: transform .2s;
    width: 100px;
    height: 210px;
    margin: 0 auto;
  }
  
  .zoom:hover {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
  }
  .card {
    height: 600px;
    width: auto;
  }
.card p {
    text-align: justify;
}
.Projects .card .bg-image {
  height: 300px;
  width: 100%;
}
.Projects img{
  height: 100%;
}
.Projects .col-md-4 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.Projects .card {
  height: 700px;
}

