.results__row{display:flex;flex-direction:column;gap:1.25rem}@media only screen and (min-width:1024px){.results__row{gap:2rem}}@media only screen and (min-width:1200px){.results__row{gap:2.5rem}}.results__statistic{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media only screen and (min-width:768px){.results__statistic{-moz-column-gap:1.5rem;column-gap:1.5rem;row-gap:1.125rem}}@media only screen and (min-width:1200px){.results__statistic{-moz-column-gap:2.5rem;column-gap:2.5rem}}.results__statistic .statistic__item{align-items:center;display:flex;gap:.25rem}.results__statistic .statistic__text{color:#fd6d59;font-size:1rem;font-weight:600;text-align:center}@media only screen and (min-width:768px){.results__statistic .statistic__text{font-size:1.125rem}}@media only screen and (min-width:1024px){.results__statistic .statistic__text{font-size:1.25rem}}.results__statistic .statistic__arrow-down{transform:rotate(180deg)}.results__bottom{display:flex;flex-direction:column;gap:1rem}@media only screen and (min-width:768px){.results__bottom{display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1024px){.results__bottom{gap:2.5rem}}@media only screen and (min-width:1200px){.results__bottom{grid-template-columns:repeat(3,1fr)}}.results__info{align-items:flex-start;display:flex;gap:1rem}.results__info .info__icon{height:24px;width:24px}@media only screen and (min-width:768px){.results__info .info__icon{height:32px;width:32px}}.results__info .info__icon img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.results__info .info__text{display:flex;flex:1;flex-direction:column;gap:.5rem}.results__info .info__text h4{font-size:1rem;margin-bottom:0}@media only screen and (min-width:768px){.results__info .info__text h4{font-size:1.5rem}}