.LinkTilesIconHome .header-link {
  text-align: right;
  margin-top: 10px;
}

.LinkTilesIconHome .link-tile-container {
  position: relative;
  min-height: 150px;
  margin: unset !important;
  margin-top: 20px !important;
}

.LinkTilesIconHome .link-tile-container a {
  text-decoration: none;
  display: block;
  /* Ensure the link behaves as a block element */
  position: relative;
  height: 100%;
  /* Ensure the link fills the entire height of the tile */
}

.LinkTilesIconHome .tile {
  border-radius: 25px;
  background-color: #ffffff;
  height: 100%;
  padding: 30px 10px 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.2) 7px 7px 5px 0;
}

.LinkTilesIconHome .tile:hover {
  margin: 3px -3px -3px 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 3px -1px;
}

.LinkTilesIconHome .tile-image {
  margin-bottom: 10px;
}

.LinkTilesIconHome .tile-title {
  margin-top: auto;
  text-align: center;
  margin-bottom: 0;
}

.LinkTilesIconHome .icon-container {
  text-align: center;
}

.LinkTilesIconHome .icon-container i {
  font-size: 30px;
  color: #ffffff;
}

/* --------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------- BOOTSTRAP MEDIA QUERIES --------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */
