.related-tours {
  position: relative;
}

.related-tours .colored-box {
  padding-bottom: 4rem;
}

.related-tours .tour-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.related-tours .row {
  gap: 2rem;
}

.related-tours .article-preview {
  border: none;
}

.related-tours .colored-box .text-column {
  -ms-flex-preferred-size: 34rem;
      flex-basis: 34rem;
}

.related-tours .tour-list > article {
  -ms-flex-preferred-size: 24rem;
      flex-basis: 24rem;
}

.related-tours .decoration {
  position: relative;
  overflow: hidden;
  width: 10rem;
  height: 10rem;
}

.related-tours .decoration img {
  position: absolute;
  height: 10rem;
  width: auto;
  left: 0;
  top: 0;
}

.related-tours .decoration-right {
  position: absolute;
  right: -5rem;
  top: -8%;
}

.related-tours .decoration-right.decoration-blue {
  right: -5rem;
  top: initial;
  bottom: -8%;
}

.related-tours .decoration-right img {
  left: -25.6rem;
}

.related-tours .decoration-right.decoration-blue img {
  left: -38rem;
}

.related-tours .decoration-fill {
  position: absolute;
  left: 40%;
  bottom: -8%;
}

.related-tours .decoration-fill img {
  left: -38rem;
}

.related-tours .tours-3 > article {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

.tours-3 article .link-button {
  text-align: center;
  width: 70%;
}

@media only screen and (max-width: 768px) {
  .related-tours .colored-box .text-column {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .related-tours .tour-list > article {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .related-tours .decoration {
    display: none;
  }
  .related-tours .decoration-right {
    display: none;
  }
  .related-tours .decoration-fill {
    display: none;
  }
  .tours-3 article .link-button {
    width: 100%;
  }
}