.title_category {
  color: var(--black, #000);

  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 100px; /* 156.25% */
  text-transform: uppercase;
}
.Arrow_category_btn {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  
  .Arrow_category_btn {
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
  }
}
@media (max-width: 575px) {
    .title_category {
        font-size: 28px;
        line-height: normal;
      }
}
