.tizers-list__item-image-wrapper--ICONS {
  --icons-size-academy: 60px;
  max-width: 120px;
}
.tizers-list__item-image-picture {
	width: var(--icons-size-academy);
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.tizers-list__item-image-wrapper {
	display: flex;
    align-items: center;
    justify-content: center;
	height: 78px;
}
.tizers-list__item-image-picture {
	width: 120px;
    height: 100%;
    background-position: center;
    /* background-origin: border-box; */
    background-size: contain;
    background-repeat: no-repeat;
}