div.statistics{width:min(100%,750px);display:flex;justify-content:space-around;flex-wrap:wrap}div.statistics div.statistic{width:150px;margin-top:1rem;text-align:center}div.statistics div.statistic span,div.statistics div.statistic p{margin:0;padding:0}div.statistics div.statistic span{color:#052955;font-weight:600;font-size:2rem;line-height:2.75rem}div.statistics div.statistic p{font-weight:500}div.brands{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-basis:100%}div.brands div.group{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}div.brands img{max-height:50px;max-width:260px;padding:2rem}@media screen and (max-width:400px){div.brands img{padding-inline:0;max-width:min(100% - 2rem,260px);flex-basis:100%}}