.contentLayout {
  padding: 3rem 0;
}
@media (min-width: 992px) {
  .contentLayout {
    padding: 6rem 0;
  }
}
