.count-cars{display:flex;background:var(--primary);flex-direction:row;align-items:center;--h3-margin-bottom:0px;--h3-font-size:60px;--h3-font-weight:400;padding:30px;border-radius:var(--border-radius)}.count-cars h3 span{margin-top:10px;display:block;font-size:20px}.count-cars .count-cars__number{flex-grow:1;padding:15px;display:flex;align-items:center;justify-content:space-between}.count-cars .count-cars__icon{width:120px;height:120px;display:flex;justify-content:center;align-items:center}.count-cars .count-cars__icon svg{width:100px}.count-cars .count-cars__icon svg path,.count-cars .count-cars__icon svg rect{fill:#fff}