.awards-grid{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 50px;
}

.awards-tiles{
  width: 300px;
  height: 250px;
  background-color: #f7f8fa;
  padding: 25px 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 2em;
  box-shadow: 0 2px 0 0 rgba(223,223,223,0.5);
  text-align: center;
}

.awards-logo{
 max-height: 30px;
}

.awards-tiles:hover{
  background-color: #dedede;
  text-decoration: none;
}
@media (max-width: 767px){
section.awards-grids .max-width .home-hero-content .home-hero-title-small{
 margin: 10px;;
}