.publications__container {
  padding-top: 140px;
  padding-bottom: 140px;
}

.publications__title {
  margin-bottom: 60px;
  text-align: center;
}

.opinion__item-questions {
  padding: 10px 0;
  border-bottom: 1px solid var(--border-color)
}

.opinion__btn {
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  color: var(--title-color);
  transition: color .3s ease-in-out;
  margin-bottom: 30px;
}

.opinion__item-left .tabs__btn-active,
.opinion__btn:hover {
  color: var(--text-hover-color);
}

.opinion__link div {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--descr-color);
  transition: color .3s ease-in-out;
}

.opinion__link:hover div {
  color: var(--text-hover-color);
}

.translations__list-left {
  margin-bottom: 15px;
}

.translations__title {
  font-weight: 700;
  font-size: 27px;
  line-height: 41px;
  color: var(--title-color);
  margin-bottom: 20px;
}

.translations__btn {
  font-weight: 700;
  font-size: 21px;
  line-height: 29px;
  color: var(--disabled-color);
  margin-bottom: 15px;
}

.tabs__btn-active {
  color: var(--text-hover-color);
  border-bottom: 1px solid var(--text-hover-color);
}

.article__btn {
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  color: var(--title-color);
  border-bottom: none;
}
