.sponsor-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: top center;

  margin-top: 5em;
  margin-bottom: 2em;
  padding-left: 10%;
  padding-right: 10%;
}

.sponsor {
  color: #efefef; 
  text-decoration: none;
}

.sponsor-name {
  text-align: center;
  font-size: 1.5em;
}

.sponsor:hover .sponsor-name {
  text-shadow: 2px 2px #ff4848;
}