.term-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;

}
  
  @media (min-width: 1024px) {.term-list {
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 16px

}
  }
  
  .term-list__tag {
    padding: 2px 10px;
    border-radius: 6px;
    background: #BFD9DA;
    font-size: 14px;
    font-weight: 600;
    color: #0B5F6A;
  }
  
  .term-list__tag:active {
      color: #0B5F6A; 
    }
  
  .term-list__tag:hover {
      color: #0B5F6A; 
    }
