.stats-strip{background:#47398b;display:grid;grid-template-columns:repeat(var(--stats),1fr);padding:48px 16px;-webkit-box-pack:center;-ms-flex-pack:center;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center}@media only screen and (max-width:767px){.stats-strip{gap:32px;grid-template-columns:repeat(1,1fr)}.stats-strip .stats{border:none!important}}.stats-strip .stats{display:grid;grid-template-columns:repeat(2,1fr)}@media only screen and (max-width:479px){.stats-strip .stats{gap:40px;grid-template-columns:repeat(1,1fr)}.stats-strip .stats .stat{border:none!important}}.stats-strip .stats:not(:last-child){border-right:1px solid hsla(0,0%,100%,.2)}@media only screen and (max-width:767px){.stats-strip .stats .stat{padding:0 25px}}.stats-strip .stats .stat h3{color:#fff;text-align:center;width:100%}.stats-strip .stats .stat p{color:#fff;font-size:14px;font-weight:400;text-align:center}.stats-strip .stats .stat p+p{margin:0}.stats-strip .stats .stat:not(:last-child){border-right:1px solid hsla(0,0%,100%,.2)}