Change entity name size with entities card

I am trying to figure out the correct configuration to change the font size of the entity (Door 1) name and arrows up and down if possible, on an entities card for my garage door. Here is my current configuration and pic of the card.

Help is much appreciated

Screen Shot 2021-11-08 at 7.39.21 PM

type: entities
entities:
  - entity: cover.door_1
title: Garage Door
state_color: true
style: |
  ha-card {
    border: solid 1px #3c3d3c;
    box-shadow: 6px 6px rgba(0,0,0,0.4);
  }
  .info-value {
    font-size: 16px;
  }