.text-image-stats{display:grid;grid-template-columns:2fr 3fr;grid-template-rows:auto 1fr 1fr;gap:5rem}@media screen and (max-width:1124px){.text-image-stats{grid-template-columns:1fr;grid-template-rows:repeat(4,auto);gap:2rem 0}}.text-image-stats h2{width:75%;text-wrap:balance;grid-column:1 / 3;margin:0}@media screen and (max-width:1124px){.text-image-stats h2{width:100%}}.text-image-stats__text{grid-column-start:1}@media screen and (max-width:1124px){.text-image-stats__text{margin-bottom:3rem}}.text-image-stats__text-content{margin:0 0 3rem}.text-image-stats__buttons{display:flex;flex-wrap:wrap;gap:2rem}@media screen and (max-width:1124px){.text-image-stats__buttons{flex-direction:column}}.text-image-stats__stats{display:flex;justify-content:flex-end;flex-direction:column;gap:1.5rem;grid-column-start:1}.text-image-stats__stat{border-bottom:1px solid var(--light-grey);padding-bottom:1.5rem;display:flex;justify-content:flex-start;align-items:center;gap:3rem}@media screen and (max-width:1124px){.text-image-stats__stat{justify-content:flex-start}}.text-image-stats .stat__value-number{min-width:35%;display:flex;flex-wrap:nowrap;gap:3px}.text-image-stats__stat-value,.text-image-stats__stat-icon{color:var(--orange)}.text-image-stats__stat-tick-container{min-width:35%}.text-image-stats__stat-tick{width:45px!important;height:45px!important;margin:0!important}@media screen and (max-width:1124px){.text-image-stats__stat-tick{width:35px!important;height:35px!important}}.text-image-stats__stat-text{text-wrap:balance}.text-image-stats img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;grid-row:2 / 4;grid-column-start:2;border-radius:7px}.text-image-stats__image--desktop{display:block}.text-image-stats__image--mobile{display:none}@media screen and (max-width:1124px){.text-image-stats img{grid-column-start:1;grid-row-start:3;margin-bottom:3rem;height:auto}.text-image-stats__image--desktop{display:none}.text-image-stats__image--mobile{display:block}}