.tile-small {
  border-top: 1px solid black;
  padding-top: 0;
  padding-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tile-small .tile-img-wrap {
  margin: calc(1.5rem + 0.9vw);
}
.tile-small svg {
  height: calc(3rem + 1.8vw);
  width: auto;
}
.tile-small img {
  padding: 1rem 1rem 0;
}
.tile-small h3 {
  font-size: calc(1rem + 0.6vw);
}

.blackbg-block .tile-small, .gradientbg-block .tile-small,
.redbg-block .tile-small, .bluebg-block .tile-small {
  border-top-color: white;
}

@media screen and (min-width: 992px) {
  .tile-small.tile-borderless {
    border: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .tile-small .tile-img-wrap {
    margin: 1.8rem;
  }
  .tile-small svg {
    height: 3.6rem;
  }
  .tile-small h3 {
    font-size: 1.4rem;
  }
}
.frame-layout-510 .tile-small {
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.frame-layout-510 .tile-text-wrap {
  padding: 1em;
}

.frame-layout-520 .tile-small .tile-img-wrap {
  margin: 0;
}
.frame-layout-520 .tile-small .tile-text-wrap {
  width: calc(270px - 2rem);
  padding-top: 1rem;
}

.frame-layout-530 .tile-small {
  justify-content: left;
}
.frame-layout-530 .tile-small img {
  padding: 0;
  margin-bottom: 1em;
}

@media screen and (max-width: 991px) {
  .tile-small img {
    width: 100%;
    max-width: 360px;
  }
  .frame-layout-530 .tile-small {
    flex-direction: column;
    align-items: center;
  }
  .frame-layout-530 .tile-small .tile-text-wrap {
    min-width: min(360px, 100%);
  }
}

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