.cards {
  border: 1px solid #d2d2d2;
  /*margin: 10px;*/
  border-radius: 20px;
  height: 100%
}
.card {
  color: #333;
  padding: 12px;
  /*min-height: 550px;*/
}
.card h1 {
  font-weight: bolder;
  color: #fff;
  font-size: 24px;
  text-align: center;
}
.card h2 {
  font-weight: bolder;
  /*color: #fff;*/
  font-size: 16px;
  text-align: center;
}
.card p {
  line-height: 30px;
  font-size: 14px;
  color: #000;
  /*text-indent: 2rem;*/
}
.card .subname {
  height: 60px;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 10px 0;
  /*align-items: center;*/
}
.card .subname p {
  font-size: 16px;
  /*font-weight: bolder;*/
}
.card li {
  list-style: disc;
}
.card-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-img img {
  width: 150px;
  height: 150px;
}
.card-ico {
  display: none
}
.card-ico img {
  width: 30px;
  float: left;
  padding-right: 5px;
}
.card-icon {
  /*color: #fff !important;*/
}
.sort-title {
  /*color: #fff;*/
  font-family: montserrat,sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
}
/*.cards:nth-child(1) {
  background-color: #b5d676
}
.cards:nth-child(2) {
  background-color: #1f3863
}
.cards:nth-child(3) {
  background-color: #7e7e7e
}
.cards:nth-child(4) {
  background-color: #1682c6
}*/