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

.intro {
  margin: 0 auto;
  padding: 2rem 1rem;
}
.intro__wrapper {
  max-width: 1200px;
  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;
}

.iconlist {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 1rem;
  box-sizing: border-box;
}
.iconlist__content {
  display: flex;
  max-width: 1200px;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .iconlist__content {
    flex-direction: column;
    align-items: center;
  }
}
.iconlist-item {
  width: 16.6666666667%;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 0 0.5rem;
}
.iconlist-item:first-child {
  margin: 0;
}
@media (max-width: 767px) {
  .iconlist-item {
    width: 100%;
    margin-top: 3rem;
  }
}
.iconlist-item__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}
.iconlist-item__copy {
  font-size: 0.875rem;
  margin: 1rem 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  .iconlist-item__copy {
    max-width: 80%;
  }
}/*# sourceMappingURL=sailing-category.css.map */