.hero-content-stats{display:grid;width:calc(100% - 32px);grid-template-columns:repeat(2,1fr);text-align:start;background:#fff;border:1px solid #d9d9d9;border-radius:20px;box-shadow:0 2px 8px rgba(0,0,0,.08);max-width:960px;margin:0 auto 60px}@media(min-width:744px){.hero-content-stats{grid-template-columns:repeat(auto-fit,minmax(0,1fr))}}.hero-content-stats .item{display:flex;flex-direction:column;flex-shrink:0;padding:20px 16px 16px;border-bottom:1px solid #d9d9d9}.hero-content-stats .item:nth-child(odd):not(:last-child){border-right:1px solid #d9d9d9}.hero-content-stats .item:last-child,.hero-content-stats .item:nth-last-child(2):nth-child(odd){border-bottom:none}@media(min-width:744px){.hero-content-stats .item{border-bottom:none;border-right:none}.hero-content-stats .item:not(:last-child){border-right:1px solid #d9d9d9}}.hero-content-stats .item span{font-weight:700;font-size:20px;line-height:1.2;letter-spacing:0;color:#0d0d0d;margin-bottom:4px}.hero-content-stats .item p{font-weight:400;font-size:12px;line-height:1.2;letter-spacing:0;text-transform:uppercase;color:#636363}