.card-header {
    display: flex ;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    background-color: #FDB813;
}

figure {
    display:inline-block;
    margin-left: 20px;
}

figure figcaption {
    font-size: 10px;
    font-weight: bold;
}

.comparison-percentage {
  font-size: 1.5rem!important;
  font-weight: bold!important;
}