    section[data-custom-block="infotiles"] {margin: 80px 0 120px;}
    section[data-custom-block="infotiles"] .block-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
    section[data-custom-block="infotiles"] .block-wrapper .tile {padding:300px 40px 70px;border-radius:20px;position: relative;}

    section[data-custom-block="infotiles"] .block-wrapper .tile .text-wrapper {line-height:1.2}
    section[data-custom-block="infotiles"] .block-wrapper .tile .text-wrapper .heading {font-size:35px;font-weight:900;text-transform: uppercase;}
    section[data-custom-block="infotiles"] .block-wrapper .tile .text-wrapper .text p{margin:16px 0px;}
    section[data-custom-block="infotiles"] .block-wrapper .tile .text-wrapper .tags {padding: 0px;}
    section[data-custom-block="infotiles"] .block-wrapper .tile .text-wrapper .tags li{display: inline-block;font-weight:700;font-size:22px;text-transform: uppercase;color:var(--greenColour)}
    section[data-custom-block="infotiles"] .block-wrapper .tile .text-wrapper .tags li::after{content:'/';color: var(--yellowColour); margin: 0px 6px;}
    section[data-custom-block="infotiles"] .block-wrapper .tile .text-wrapper .tags li:last-of-type::after{content: '';display: none;}

    section[data-custom-block="infotiles"] .block-wrapper .tile {background-color:var(--paleYellowColour);}
    section[data-custom-block="infotiles"] .block-wrapper .tile .heading {color:var(--greenColour);}
    section[data-custom-block="infotiles"] .block-wrapper .tile .heading .marker {color:var(--yellowColour);}
    section[data-custom-block="infotiles"] .block-wrapper .tile .tags {color:var(--yellowColour);}
    section[data-custom-block="infotiles"] .block-wrapper .tile .tags li::after {color:var(--greenColour);}
    section[data-custom-block="infotiles"] .block-wrapper .tile[date-icon="collaborationCircle"]::after {background: url("icons/infotiles_collaboration.svg") no-repeat center center;background-size: contain;content:"";position: absolute;left:20px;top:20px;width:240px;height:240px;}
    section[data-custom-block="infotiles"] .block-wrapper .tile[date-icon="nourishLogo"]::after {background: url("icons/infotiles_logo.svg") no-repeat center center;background-size: contain;content:"";position: absolute;left:20px;top:40px;width:210px;height:210px;}
    section[data-custom-block="infotiles"] .block-wrapper .tile[date-icon="smiles"]::after {background: url("icons/infotiles_smiles.svg") no-repeat center center;background-size: contain;content:"";position: absolute;left:20px;top:-60px;width:305px;height:285px;}

    section[data-custom-block="infotiles"] .block-wrapper .tile.yellow {background: var(--yellowColour) url("icons/infotiles_bg.svg") no-repeat center center;background-size: cover; }
    section[data-custom-block="infotiles"] .block-wrapper .tile.yellow .heading {color:#fff}
    section[data-custom-block="infotiles"] .block-wrapper .tile.yellow .heading .marker {color:var(--greenColour);}
    section[data-custom-block="infotiles"] .block-wrapper .tile.yellow .tags {color:var(--greenColour)}
    section[data-custom-block="infotiles"] .block-wrapper .tile.yellow .tags li::after {color:#fff}


@media (max-width:980px)
{
    
    section[data-custom-block="infotiles"] .block-wrapper .tile  {padding: 300px 20px 70px;}
    section[data-custom-block="infotiles"] .block-wrapper .tile .text-wrapper .heading{font-size: 26px;}
    section[data-custom-block="infotiles"] .block-wrapper .tile .text-wrapper .tags li{font-size: 18px;}
    
}

@media (max-width:680px){
        section[data-custom-block="infotiles"] .block-wrapper{grid-template-columns:1fr;}

}