.attributes-2__title {
  color: #fff;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
}
@media (max-width: 990px) {
  .attributes-2__title {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
  }
}
.attributes-2__table {
  max-width: 750px;
}
.attributes-2__table-title {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.attributes-2__table-title p {
  padding: 25px;
  background: linear-gradient(180deg, rgba(25, 30, 39, 0.6) 0%, rgba(33, 38, 49, 0.6) 100%);
  border: 1px solid #DEDEDE;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
}
@media (max-width: 990px) {
  .attributes-2__table-title p {
    font-size: 12px;
    line-height: 15px;
    padding: 10px;
  }
}
.attributes-2__table-item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.attributes-2__table-item p {
  padding: 25px;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  border: 1px solid #DEDEDE;
}
@media (max-width: 990px) {
  .attributes-2__table-item p {
    font-size: 12px;
    line-height: 15px;
    padding: 10px;
  }
}
.attributes-2__table-item p svg {
  margin-right: 5px;
}
.attributes-2__table-item div {
  padding: 25px;
  border: 1px solid #DEDEDE;
  display: flex;
  align-items: center;
}
@media (max-width: 990px) {
  .attributes-2__table-item div {
    padding: 10px;
  }
}

/*# sourceMappingURL=attributes.css.map */
