.hero__image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.intro {
  margin: 0 auto;
  padding: 2rem 1rem;
}
.intro__wrapper {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.intro h2,
.intro .h2 {
  color: #000;
  font-weight: 400;
  letter-spacing: 0.05rem;
  line-height: 1.25;
  font-size: 2.5rem;
  margin: 1rem 0;
}
@media (max-width: 767px) {
  .intro h2,
  .intro .h2 {
    font-size: 2rem;
  }
}
.intro p {
  font-size: 1.125rem;
  margin-bottom: 18px;
  line-height: 1.5;
}
.intro a.intro__link {
  text-decoration: underline;
  color: black;
  cursor: pointer;
}

.tile {
  margin-bottom: 50px;
}
.tile__wrapper {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  padding: 0.5rem;
  background-color: #fff;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .tile__wrapper {
    flex-direction: row;
  }
}
.tile__block {
  width: calc(50% - 1rem);
  height: 400px;
  margin: 0.5rem;
}
@media (max-width: 767px) {
  .tile__block {
    width: calc(100% - 1rem);
  }
}
.tile__item {
  box-sizing: border-box;
  position: relative;
  height: 100%;
  display: flex;
  text-decoration: none;
  align-items: flex-end;
}
.tile__item .gradient--bottom {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 60%);
}
.tile__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.tile__background__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.tile__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 1;
  text-align: center;
}
.tile h3.tile__heading {
  color: #fff;
  margin: 1rem;
  letter-spacing: 0.05rem;
  line-height: 1.25;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .tile h3.tile__heading {
    font-size: 1.5rem;
  }
}
.tile__button {
  box-sizing: border-box;
  background: transparent;
  color: #fff;
  border: solid 1px #fff;
  width: auto;
  margin: 0 1rem 1rem;
  font-size: 0.875rem;
  padding: 0.5rem 1.5rem;
  transition: background 0.2s, border 0.2s, color 0.2s;
  display: inline-block;
  word-break: break-word;
  cursor: pointer;
  line-height: 1.15;
  align-self: center;
}
.tile__button:hover {
  border: solid 1px #000;
  background: #fff;
  color: #000;
}/*# sourceMappingURL=satellite-category.css.map */