.avia-project-attributes-shortcode {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.project-attribute-div .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  text-align: center !important;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.project-attribute-div .card-body {
  padding: 1.25rem;
}

.project-attribute-div .attribute-icon-image img {
  width: 20px;
  height: 20px;
  display: inline-block;
}

.project-attribute-div .attribute-name {
  font-weight: bold;
  margin-right: 5px;
}

.project-attribute-div .attribute-value {
  color: #333;
}

.project-attribute-div h5 {
  font-size: 14px !important;
  color: #6c757d;
  font-weight: 400;
}
.project-attribute-div h6 {
  font-size: 14px !important;
  color: #3b4249;
  font-weight: 700;
}
.project-attribute-div attribute-terms {
  margin-left: -1em !important;
  list-style: none !important;
}

.project-attribute-div {
  background-color: #ffff;
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  background-clip: border-box;
}

.project-attribute-div ul {
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  .project-attribute-div {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (max-width: 992px) {
  .project-attribute-div {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .tripFilter-wrap .field-wrap {
    flex-direction: column;
    align-items: normal;
  }
}
ul.attribute-terms{
  list-style: none;
}

div#bp-project-list {
    line-height: 1.2em;
}