.tiles {
  padding: 20px;
}

.tile {
  border: 1px solid #E3E3E3;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
  min-height: 170px;
}

.tile  .tile-title {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #000000;
  position: relative;
}

.tile-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.tile-icon {
  padding-top: 30px;
  text-align: right;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}

.tile-content-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /*height: 100%;
  width: auto;*/
  object-fit: cover;
}