.font-size-28px {
  font-size: 28px;
}

.font-size-24px {
  font-size: 24px;
}

.card-img {
  transition: transform .2s;
  border: 1px solid #a5a5a5 !important;
  box-shadow: 0 0 10px rgb(209, 209, 209) !important;
}

.card-img .zoom-in {
  transform: scale(1.5);
}

ul {
  margin: 0;
}

ul.dashed {
  list-style-type: none !important;
}

ul.dashed > li {
  text-indent: -20px;
}

ul.dashed > li:before {
  content: "-";
  text-indent: -4px;
}

.flex-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: stretch;
}

.flex-container .flex-container__item {
  width: 20px;
  margin: 0px 10px;
}
