.attributes__title {
  color: #fff;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
}
@media (max-width: 990px) {
  .attributes__title {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
  }
}
.attributes__wrap {
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px 60px;
  max-width: 800px;
  margin: 0;
}
@media (max-width: 990px) {
  .attributes__wrap {
    grid-gap: 15px;
  }
}
.attributes__text {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 990px) {
  .attributes__text {
    font-size: 12px;
    line-height: 15px;
  }
}
.attributes a {
  text-decoration: underline;
}
.attributes a, .attributes span {
  color: #F5C344;
}

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