.item{
	padding: var(--space-l) var(--space-m);
    display: flex;
    justify-content: center;
    align-items: center;
}
.item img{
	width: 100%;
}