@media (max-width: 640px) {
  .tools-catalog-page > .container {
    margin-top: 0 !important;
    padding-top: 1rem !important;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .tools-catalog-page .tools-page-intro {
    margin-top: 0 !important;
    margin-bottom: 1.5rem !important;
  }
  .tools-catalog-page .tools-page-intro h1 {
    margin-top: 0.5rem !important;
    font-size: 1.875rem;
  }
  .tools-catalog-page .tools-page-intro p {
    font-size: 1rem !important;
  }
  .tools-catalog-page .tools-search-card {
    width: 100%;
    margin: 0 0 1.5rem !important;
  }
  .tools-catalog-page .tools-category-header {
    flex-direction: column;
    align-items: stretch !important;
    gap: 1rem;
    margin-bottom: 1.5rem !important;
  }
  .tools-catalog-page .tools-category-back {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    min-height: 44px;
    max-width: 100%;
    white-space: normal;
  }
  .tools-catalog-page .tools-category-title {
    width: 100%;
    font-size: 1.75rem;
    line-height: 1.2;
    overflow-wrap: anywhere;
  }
  .tools-catalog-page .tools-category-spacer {
    display: none;
  }
  .tools-catalog-page .tools-grid {
    margin-right: -0.375rem !important;
    margin-left: -0.375rem !important;
  }
  .tools-catalog-page .category-section {
    margin-top: 1.25rem !important;
    margin-bottom: 0.5rem !important;
    padding: 0.375rem !important;
  }
  .tools-catalog-page .category-button {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    max-width: 100%;
    padding: 0.5625rem 0.875rem !important;
    font-size: 0.9375rem;
    line-height: 1.25;
    text-align: left;
    white-space: normal;
  }
  .tools-catalog-page .card_tool {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
    padding: 0.375rem !important;
  }
  .tools-catalog-page .card_tool_body {
    height: 100%;
    min-height: 132px;
    padding: 1rem 0.625rem !important;
    border-radius: 16px;
  }
  .tools-catalog-page .text_tools {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    overflow: visible;
    text-align: center;
  }
  .tools-catalog-page .text_tools .tool-icon,
  .tools-catalog-page .card_tool_body .tool-icon {
    width: 46px;
    height: 46px;
  }
  .tools-catalog-page .text_tools span:not(.tool-icon) {
    display: block;
    min-height: 0;
    margin-top: 0;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.3;
    overflow-wrap: anywhere;
    white-space: normal;
  }
  .tools-catalog-page .card_tool_body:hover {
    margin-top: 0 !important;
  }
  .tools-catalog-page .card_tool_body:hover .stretched-link::after {
    transform: none;
  }
  .tools-catalog-page .card_tool_body:active {
    transform: scale(0.98);
  }
  .tools-catalog-page .category-description {
    padding: 1rem !important;
    font-size: 0.9375rem;
    line-height: 1.6;
    text-align: left !important;
    word-spacing: normal;
    overflow-wrap: anywhere;
  }
  .tools-catalog-page .category-description p,
  .tools-catalog-page .category-description li {
    text-align: left !important;
    word-spacing: normal;
  }
  .tools-catalog-page .category-description img,
  .tools-catalog-page .category-description iframe,
  .tools-catalog-page .category-description video {
    max-width: 100%;
    height: auto;
  }
  .tools-catalog-page .category-description table {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}
@media (max-width: 359.98px) {
  .tools-catalog-page .tools-category-title {
    font-size: 1.5rem;
  }
  .tools-catalog-page .card_tool_body {
    min-height: 120px;
    padding: 0.875rem 0.5rem !important;
  }
  .tools-catalog-page .text_tools .tool-icon,
  .tools-catalog-page .card_tool_body .tool-icon {
    width: 40px;
    height: 40px;
  }
  .tools-catalog-page .text_tools span:not(.tool-icon) {
    font-size: 0.8125rem;
  }
}
