.dark-stats-tiles,
.light-stats-tiles {
  & [class*='has-stats-gradient-dark'],
  & [class*='has-stats-gradient-light'] {
    min-height: 18.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;

    &::before {
      content: '';
      background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="0.5"><path d="M21.2104 15.8901C20.5742 17.3946 19.5792 18.7203 18.3123 19.7514C17.0454 20.7825 15.5452 21.4875 13.9428 21.8049C12.3405 22.1222 10.6848 22.0422 9.12055 21.5719C7.55627 21.1015 6.13103 20.2551 4.96942 19.1067C3.80782 17.9583 2.94522 16.5428 2.45704 14.984C1.96886 13.4252 1.86996 11.7706 2.169 10.1647C2.46804 8.55886 3.1559 7.05071 4.17245 5.77211C5.189 4.49351 6.50329 3.4834 8.0004 2.83008" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2V12H22Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g></svg>');
      position: absolute;
      width: 1.5rem;
      height: 1.5rem;
      display: block;
      top: 1rem;
    }

    @media (max-width: 782px) {
      min-height: 15.625rem;
    }

    & p {
      margin-inline: 0;
    }
  }

  & [class*='has-stats-gradient-light'] {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	&:nth-child(1) {
	  background-image: url('../../images/blocks/stats-gradient-light-tile-1.png');
	}
	&:nth-child(2), &:nth-child(3) {
		background-image: url('../../images/blocks/stats-gradient-light-tile-2-3.png');
	}
	&:nth-child(4) {
		background-image: url('../../images/blocks/stats-gradient-light-tile-4.png');
	}	
	
    &::before {
      background-image: url('data:image/svg+xml;utf8,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.7104 16.0822C21.0742 17.5867 20.0792 18.9124 18.8123 19.9435C17.5454 20.9746 16.0452 21.6796 14.4428 21.997C12.8405 22.3144 11.1848 22.2344 9.62055 21.764C8.05627 21.2937 6.63103 20.4473 5.46942 19.2989C4.30782 18.1505 3.44522 16.735 2.95704 15.1762C2.46886 13.6174 2.36996 11.9627 2.669 10.3569C2.96804 8.751 3.6559 7.24284 4.67245 5.96425C5.689 4.68565 7.00329 3.67553 8.5004 3.02222" stroke="%230B428E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M22.5 12.1921C22.5 10.8789 22.2413 9.57856 21.7388 8.3653C21.2362 7.15205 20.4997 6.04966 19.5711 5.12107C18.6425 4.19249 17.5401 3.45589 16.3268 2.95334C15.1136 2.4508 13.8132 2.19214 12.5 2.19214V12.1921H22.5Z" stroke="%230B428E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    }
  }
}
