.count-cars{display:flex;background:var(--primary);flex-direction:row;flex-wrap:wrap;align-items:center;padding:30px;border-radius:var(--border-radius);justify-content:space-between;--h3-margin-bottom:0px;--h3-font-size:60px;--h3-font-weight:400;--icon-size:120px}.count-cars .button{display:none !important}.count-cars .count-cars__header{display:flex;align-items:center;gap:10px}.count-cars h3 span{margin-top:10px;display:block;font-size:20px;margin-top:20px}@media (max-width:692px){.count-cars h3{display:flex;flex-direction:column}}.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:var(--icon-size);height:var(--icon-size);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}@media (max-width:692px){.count-cars{--icon-size:50px}.count-cars .count-cars__number{justify-content:center}}