.attributes {
  width: calc(100% - 30px);
  margin:0 auto;
  background-color: #f97316;
  padding: 6rem 0;
  border-radius:20px;
}
.attributes .row {
  width: calc(100% - 20px);
  margin: 0 auto;
  max-width: 1600px;
}
.attributes .row .tag-master span {
  font-weight: 600;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 10px;
  color: #ffffff;
  border: #ffffff 1px solid;
}
.attributes .row .title3 {
  font-size: 36px;
  color: #ffffff;
}
.attributes .row .card-attributes {
  background-color: #24262b;
  border-radius: 30px;
  padding: 2rem 1rem;
  margin-top: 20px;
  border: #24262b solid 1px;
  transition: all 0.2s linear;
}
.attributes .row .card-attributes .card-icon span {
  display: inline-block;
  margin-bottom: 40px;
  padding: 30px;
  background-color: #393c43;
  border-radius: 10px;
}
.attributes .row .card-attributes h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}
.attributes .row .card-attributes p {
  color: #d7d8d9;
  font-size: 18px;
  font-weight: 400px;
  margin-bottom: 0;
}
.attributes .row .card-attributes:hover {
  background-color: #393c43;
  border: #ffffff solid 1px;
}
.attributes .row .card-attributes:hover .card-icon span {
  background-color: #50535b;
}
.attributes .row .card-attributes:focus {
  box-shadow: 0px 0px 0px 4px #ffffff40;
}

@media (min-width: 992px) {
  .attributes .row {
    width: calc(100% - 140px);
  }
  .attributes .row .tag-master span {
    font-size: 16px;
  }
  .attributes .row .title3 {
    font-size: 48px;
  }
  .attributes .row .card-attributes h3 {
    font-size: 24px;
  }
}
