.counter{align-items:flex-start;display:flex}@media not screen and (min-width:1280px){.counter{flex-direction:column}}@media not screen and (min-width:768px){.counter{align-items:center}}.counter__flex{grid-gap:2rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}@media not screen and (min-width:768px){.counter__flex{grid-gap:1rem}}@media not screen and (min-width:420px){.counter__flex{grid-template-columns:repeat(1,minmax(0,1fr))}}.counter-number__wrapper{align-items:flex-start;display:flex;flex-direction:column;margin-top:0}@media not screen and (min-width:768px){.counter-number__wrapper{align-items:center}}.counter-number__icon{flex:var(--icon-width) 0 0;margin-bottom:10px;margin-right:var(--icon-width);width:var(--icon-width)}@media not screen and (min-width:768px){.counter-number__icon{margin:0 auto 20px}}.counter-number__icon img,.counter-number__icon svg{max-width:var(--icon-width)}.counter-number__icon svg{fill:var(--icon-color,var(--body-text-color));transition:all .2s linear;width:var(--icon-width)}.counter-number__number{color:var(--slider-arrow-color);font-family:TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;font-weight:400;line-height:1em}.counter-affix{margin-top:0}.counter-text{font-size:.86rem;margin:.75rem 0 0}.counter-text--center .counter-number__wrapper{justify-content:center}.counter-text--right .counter-number__wrapper{justify-content:flex-end}