/* old: 'Font Awesome 6 Free' */
.bannerMetrics {
  margin-top: 64px;
}
.bannerMetrics .metricTitle {
  color: #000;
  font-family: "Karla", Arial, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.bannerMetrics .metricListing ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 8px;
  align-content: flex-start;
}
.bannerMetrics .metricListing ul li {
  display: flex;
  flex-wrap: nowrap;
  height: 134px;
}
.bannerMetrics .metricListing ul li .metric-content .metric-value {
  color: #005CAB;
  font-family: "Cabin", Arial, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
.bannerMetrics .metricListing ul li .metric-content .metric-name {
  font-family: "Karla", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  color: black;
}
.bannerMetrics .metricListing ul li .metric-content .metric-description {
  color: black;
  font-family: "Karla", Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.bannerMetrics .metricListing ul li .bar {
  display: block;
  width: 2px;
  height: 100%;
  background-color: #005CAB;
  margin-right: 18px;
}
@media (max-width: 991.98px) {
  .bannerMetrics .metricListing ul li {
    height: unset;
  }
}