.card__description.description h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card__description.description h3::after {
  font-family: "Phosphor";
  content: "\e93a"; 
  font-size: 1em;
}


.card__description.description h3.opened::after {
  font-family: "Phosphor";
  content: "\e97d";
  font-size: 1em;
}

.btn.btn-default.hover-default {
  line-height: 1.5 !important;
}