/* ===============
Tools list section
=============== */

.tools-list-section {
  padding: 60px 30px;
}

.tools-list-section__title {
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 31px;

  @media screen and (min-width: 1280px) {
    font-size: 50px;
    line-height: 50px;
  }
}

.tools-list-section__separator {
  margin-top: 31px;
  margin-bottom: 39px;
  border: none;
  height: 1px;
  background-color: white;
}

.tools-list-section__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;

  @media screen and (min-width: 1280px) {
    grid-template-columns: repeat(3, 1fr);
    gap: 100px;
  }
}

.tools-list-section__link {
  display: block;
  color: white;
  font-size: 28px;
  line-height: 35px;
  padding-bottom: 12px;
  border-bottom: 1px solid transparent;

  &:hover,
  &:active,
  &:focus {
    color: white;
    border-color: white;
  }

  @media screen and (min-width: 1280px) {
    font-size: 33px;
    line-height: 35px;
  }
}

.tools-list-section__div {
  color: white;
  font-size: 28px;
  line-height: 35px;

  @media screen and (min-width: 1280px) {
    font-size: 33px;
    line-height: 35px;
  }
}
