@media screen and (max-width:767px){.facts{display:flex;align-items:center;justify-content:space-between;width:100%}}.facts__item{display:inline-flex;flex-direction:column;align-items:center;text-align:center}.facts__item--right{flex-direction:row}.facts__item--right .icon{margin-right:1rem}.facts__item:not(:last-child){margin-right:2rem}@media screen and (max-width:767px){.facts__item:not(:last-child){margin-right:0}}.facts__item .icon{width:3rem;height:3rem;margin-bottom:.2rem}@media screen and (max-width:767px){.facts__item{margin-right:2rem!important}}@media screen and (max-width:767px) and (max-width:575px){.facts__item:nth-child(n+4){display:none}}.facts__text{font-size:1.1rem;line-height:1.3rem;color:#242424}