.home-top-grid1 {
  background: rgba(11, 100, 143, 0.7);
  -webkit-transition: 0.5s all;
          transition: 0.5s all;
}
.home-top-grid2 {
  background: rgba(226, 23, 55, 0.5);
  -webkit-transition: 0.5s all;
          transition: 0.5s all;
}
.home-top-grid3 {
  background: rgba(11, 100, 143, 0.4);
  -webkit-transition: 0.5s all;
          transition: 0.5s all;
}
