/****************
 * Fonts
 ****************/
/****************
 * Colors
 ****************/
/****************
 * Grid Settings
 ****************/
/**************
 * Buttons
 **************/
/****************
 * Blocks
 ****************/
.block-related-tours {
  padding-bottom: 1.3125rem;
}
@media (min-width: 768px) {
  .block-related-tours {
    padding-bottom: rerm(28);
  }
}
@media (min-width: 768px) {
  .block-related-tours__heading {
    font-size: 2.625rem;
    line-height: 1.1428571429;
    font-weight: 600;
  }
}
.block-related-tours .c-btn-wrapper {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .block-related-tours .c-btn-wrapper {
    margin-top: 0.9375rem;
  }
}
@media (min-width: 1200px) {
  .block-related-tours .c-btn-wrapper {
    margin-right: -0.3125rem;
  }
}
.block-related-tours__cards {
  display: grid;
  margin-top: 2rem;
  grid-gap: 1.25rem;
}
@media (min-width: 768px) {
  .block-related-tours__cards {
    margin-top: 2.9375rem;
    padding: 0 0.875rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .block-related-tours__cards.grid-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 1200px) {
  .block-related-tours__cards.grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .block-related-tours__cards.grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .block-related-tours__cards.grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}