    section[data-custom-block="stattiles"] {margin: 40px 0;}
    section[data-custom-block="stattiles"] .block-wrapper{padding:20px 0;display:grid;grid-template-columns:1fr 1fr;gap:20px;}
    section[data-custom-block="stattiles"] .block-wrapper .tile {display:flex;align-items: center;justify-content: center;gap:35px;font-size:34px;font-weight: bold;padding:40px;border-radius:20px;}
    section[data-custom-block="stattiles"] .block-wrapper .tile .marker {font-family:var(--secondaryFont);}
    section[data-custom-block="stattiles"] .block-wrapper .tile .icon {width:160px;}
    section[data-custom-block="stattiles"] .block-wrapper .tile .icon img{width:100%;}
    
    section[data-custom-block="stattiles"] .block-wrapper .tile .text {width:calc(100% - 180px);line-height:1.2;text-wrap: balance;}
    section[data-custom-block="stattiles"] .block-wrapper .tile .text p{margin-bottom:0px;}
    section[data-custom-block="stattiles"] .block-wrapper .tile .text .subtext {font-size:22px;font-weight:normal}

    section[data-custom-block="stattiles"] .block-wrapper .tile {background:var(--paleYellowColour);color:var(--greenColour);}
    section[data-custom-block="stattiles"] .block-wrapper .tile .marker {color:var(--yellowColour);}
    section[data-custom-block="stattiles"] .block-wrapper .tile.yellow {background:var(--yellowColour);color:#fff;}
    section[data-custom-block="stattiles"] .block-wrapper .tile.yellow .marker {color:var(--greenColour);}
    section[data-custom-block="stattiles"] .block-wrapper .tile.green {background:var(--greenColour);color:#fff;}
    section[data-custom-block="stattiles"] .block-wrapper .tile.green .marker {color:var(--yellowColour);}

    section[data-custom-block="stattiles"] .block-wrapper .tile:nth-child(even) {padding-left:80px;}
    section[data-custom-block="stattiles"] .block-wrapper .tile:nth-child(even) .icon{order:1}

@media (max-width:1480px)
{
    section[data-custom-block="stattiles"] .block-wrapper .tile {font-size:26px;gap:15px;padding:20px;}
    section[data-custom-block="stattiles"] .block-wrapper .tile .text .subtext{font-size: 18px;}
    section[data-custom-block="stattiles"] .block-wrapper .tile:nth-child(even){padding-left: 40px;}
    
}
@media (max-width:1080px)
{
    section[data-custom-block="stattiles"] .block-wrapper {grid-template-columns: 1fr;}
    section[data-custom-block="stattiles"] .block-wrapper .tile {font-size:22px;}
}
@media (max-width:620px)
{
    section[data-custom-block="stattiles"] .block-wrapper .tile .icon {width:90px;}
    section[data-custom-block="stattiles"] .block-wrapper .tile .text {width:calc(100% - 110px);}
}
