section.doneren-tiles {
  padding: 40px 0;
  background: #F8F2EC;
}
section.doneren-tiles a.tile {
  display: flex;
  flex-direction: column;
  background: #FFF;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-decoration: none;
  color: #000;
  transition: box-shadow 180ms ease-in-out;
  height: 100%;
}
@media (min-width: 768px) {
  section.doneren-tiles a.tile {
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  }
}
section.doneren-tiles a.tile:hover {
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.4);
}
section.doneren-tiles a.tile .main {
  display: flex;
  padding: 17px;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  flex-direction: column;
}
@media (min-width: 992px) {
  section.doneren-tiles a.tile .main {
    padding: 35px 25px;
  }
}
@media (min-width: 992px) {
  section.doneren-tiles a.tile .main {
    flex-direction: row;
  }
}
section.doneren-tiles a.tile .main .title-row {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  section.doneren-tiles a.tile .main .title-row {
    margin-bottom: 20px;
  }
}
section.doneren-tiles a.tile .main h2 {
  font-size: 24px;
  color: #4433FF;
  margin: 0;
}
section.doneren-tiles a.tile .main p {
  margin: 0;
}
@media (max-width: 991.98px) {
  section.doneren-tiles a.tile .main p {
    text-align: center;
  }
}
section.doneren-tiles a.tile .main .icon {
  width: 80px;
  height: 80px;
  border-radius: 999px;
  background-color: #E3ECFC;
  flex-shrink: 0;
  margin-right: 25px;
}
section.doneren-tiles a.tile .main .icon img {
  width: 100%;
  height: 100%;
}
section.doneren-tiles a.tile .footer {
  color: #FFF;
  padding: 10px 22px;
  border-radius: 0 0 8px 8px;
  background-color: #4433FF;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  section.doneren-tiles a.tile .footer {
    justify-content: center;
  }
}
section.doneren-tiles a.tile .footer a {
  color: #FFF;
  text-decoration: none;
}
section.doneren-tiles a.tile .footer .arrow {
  background-image: url("/assets/svg/arrow-white-right-big.svg");
  background-repeat: no-repeat;
  width: 23px;
  height: 18px;
}

/*# sourceMappingURL=style.css.map */
