.gray-box {
  background-image: url(/application/themes/bagby/img/graphic-backboard-gray.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border: 10px solid #e6e6e6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  min-height: 229px;
  margin: 12px auto;
  max-width: 282px;

  &:hover {
    background-image: url(/application/themes/bagby/img/graphic-backboard-orange.png);
    transform: translateY(-5px);
  }

  h4 {
    font-size: 22px;
  }
  
  p {
    font-size: 15px;
    padding: 0;
  }
}