.section__landing-collection {
  margin-bottom: 30px;
}

.section__landing-collection .page-width .collection-grid {
  margin-top: 30px;
}

.section__landing-collection .grid:last-child {
  margin-bottom: 5px;
}

@media screen and (min-width: 750px) {
  .section__landing-collection {
    margin-bottom: 40px;
  }
  .section__landing-collection .page-width .collection-grid {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .section__landing-collection .page-width .collection-grid {
    margin-top: 60px;
  }
}