@media screen and (max-width: 768px) {
  .catalog-header-image {
    width: 100%;
  }
  .catalog-header {
    margin-top: 0;
    background: none;
  }
  .display-3 {
    font-size: 32px;
  }
  .text-h5 {
    font-size: 16px;
  }
  .catalog {
    border-radius: 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left: 0;
    border-right: 0;
  }
  .template-main-header {
    font-size: 24px;
  }
  .template-main-header,
  .catalog-filter-bg {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .catalog-border2 {
    border: 0;
  }
  .catalog-grid {
    padding: 24px 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .catalog-text {
    padding: 0 16px;
  }
  .catalog-bottom-offset {
    margin-bottom: 0;
  }
  .catalog-ii-button {
    display: block;
  }
}

.catalog-link {
  margin-top: 32px;
}