/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-legend-card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  text-align: center;
  padding: 4rem 0;
  color: #ffffff; }
  @media only screen and (max-width: 768px) {
    .cp-legend-card {
      padding: 2rem 0; } }
  .cp-legend-card .value {
    font-size: 4rem;
    line-height: 3.8rem;
    font-family: "Gotham-Bold";
    padding-bottom: 2rem; }
    @media only screen and (max-width: 768px) {
      .cp-legend-card .value {
        font-size: 1.8rem;
        line-height: 2.1rem;
        padding-bottom: 0.7rem; } }
  .cp-legend-card .brandname {
    font-size: 2.4rem;
    line-height: 2rem;
    font-family: "Gotham-Book";
    text-transform: uppercase; }
    @media only screen and (max-width: 768px) {
      .cp-legend-card .brandname {
        font-size: 1.2rem;
        padding-bottom: 0; } }
