.solution-tile {
        min-height: 150px;
      }

      .solution-tile-image {
        min-height: 150px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #e9ecef;
      }

      @media (max-width: 767.98px) {
        .solution-tile,
        .solution-tile-image {
          min-height: 220px;
        }
      }