.tile-repeater .tiles__wrapper{display:flex;flex-wrap:wrap;gap:25px;justify-content:center}.tile-repeater .tile{border-radius:10px;display:flex;flex:1 1 220px;flex-direction:column;max-width:420px;min-width:220px;position:relative}.tile-repeater .tile__top{display:flex;justify-content:center;padding:12px 12px 0;width:100%}.tile-repeater .tile__img{border-radius:6px;display:block;height:auto;width:100%}.tile-repeater .tile__content{padding:25px 25px 0}.tile-repeater .tile__title{margin-bottom:18px;text-align:center}.tile-repeater .tile__btn-wrapper{margin-top:auto;padding:0 25px 25px}.tile-repeater.left .tile__title{text-align:left}.tile-repeater.right .tile__title{text-align:right}.tile-repeater.center .tile__title{text-align:center}.tile-repeater .tile__content ul{list-style:none;margin:0 0 20px;padding:0}.tile-repeater .tile__content ul li{line-height:1.5;padding:8px 0 8px 26px;position:relative}.tile-repeater .tile__content ul li:before{background:currentColor;content:"";height:14px;left:0;-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20 6L9 17l-5-5' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20 6L9 17l-5-5' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center;position:absolute;top:13px;width:14px}.tile-repeater .tile__badge{background:#f5862e;border-radius:0 4px 0 10px;color:#fff;font-size:11px;font-weight:700;letter-spacing:1.5px;padding:6px 14px;position:absolute;right:0;text-transform:uppercase;top:0;white-space:nowrap;z-index:2}