.provider-tile {
  background: #f5f5f5;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  padding: 1rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  display: block;
  text-decoration: none !important;
  color: inherit;
  height: 21rem;
}
.provider-tile__logo {
  width: 100%;
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 16px;
  text-decoration: none !important;
}
.provider-tile__logo img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.provider-tile__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #000;
  text-decoration: none !important;
  text-align: center;
}
.provider-tile__description {
  margin: 0;
  text-decoration: none !important;
  word-wrap: break-word;
}
.provider-tile:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  -ms-transform: translateY(-2px);
      transform: translateY(-2px);
  transition: all 0.2s ease;
  text-decoration: none !important;
  color: inherit !important;
}