@media (max-width: 992px) {
  .catalog-section {
    background-image: url(/wp-content/themes/kazakh/img/catalog-bg-mob.webp);
    margin-top: 2.5rem;
    padding: 2.5rem 1.25rem;
    height: max-content;
  }

  .catalog-section-top-title {
    width: 13.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5625rem;
    letter-spacing: 0.015rem;
  }

  .catalog-section-group {
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 0.7rem;
  }

  .catalog-section-bottom {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.014rem;
  }

  .catalog-section-btn {
    width: 100%;
    height: 2.25rem;
    padding: 0.5625rem 1.375rem;
    border-radius: 0.3125rem;
    background: #fafafa;
    box-shadow: 0px 2px 28px 0px rgba(0, 0, 0, 0.15);
  }

  .catalog-section-btn span {
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.5625rem;
  }
}
