.LinkTilesText .tile {
  background-color: #e5f5fb;
  text-align: center;
  padding: 1.5rem 1rem;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 90% 100%, 0 100%);
  transition: box-shadow 0.2s ease-in-out;
  min-height: 130px;
  position: relative;
}

.LinkTilesText .tile:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.LinkTilesText .tile h3 {
  font-size: 1.2rem;
  color: #003087;
  font-weight: 600;
}

.LinkTilesText .tile p {
  font-size: 0.95rem;
  color: #333;
  margin: 0.5rem 0 1rem;
}

.LinkTilesText .tile-image {
  max-height: 60px;
  margin-top: auto;
}

.LinkTilesText .icon-container {
  margin-top: 1rem;
}

.LinkTilesText ul.row {
  padding: 0;
}

.LinkTilesText ul {
  list-style: none;
}

.LinkTilesText ul li::before {
  content: none !important;
  /* pseudo-element uitzetten */
}

.LinkTilesText i {
  color: #e10e49;
  font-size: x-large;
}
