.sections-articles__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 4px;
  width: max-content;
  max-width: 100%;
}

.sections-articles__title {
  display: inline-block;
  padding: 20px;
  font-size: 14px;
  line-height: 100%;
  border-radius: 20px;
}

.active .sections-articles__title {
  background-color: var(--color-orange);
  color: var(--color-white);
}