.attributes {
  width: 100%;
  background-color: #e9f1fe;
  padding: 8rem 0;
}

.attributes-continer {
  width: calc(100% - 30px);
  max-width: 1600px;
  margin: 0 auto;
}
.attributes .texts p:first-child {
  margin: 1rem 0;
  padding: 0 10px;
  border-radius: 15px;
  background-color: rgba(3, 138, 157, 0.3);
  color:#038a9d;
}
.attributes .texts h3 {
  font-size: 1.6rem;
  font-weight: bold;
}
.attributes .texts h3 span {
  background-color: #e5f5d0;
  border-radius: 15px;
}
.attributes .texts p:last-child {
  font-size: 1rem;
  color: #636060;
}
.attributes-card {
  padding: 1rem;
  background-color: #fbfbfb;
  border-radius: 15px;
  margin: 1rem 0;
  transition: all linear 0.3s;
  height:95%;
}
.attributes-card:hover {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}
.attributes-card img {
  width: 50px;
  height:50px;
}
.attributes-card .title {
  margin: 1.3rem 0;
  font-size: 1.5rem;
  font-weight: bold;
}
@media (min-width: 586px) {
  .attributes .texts h3 {
    font-size: 1.9rem;
  }
}
@media (min-width: 992px) {
  .attributes-continer {
    width: calc(100% - 8rem);
  }
  .attributes .texts h3 {
    font-size: 2.5rem;
  }
}
