/*
--------------------------------------
items
--------------------------------------
*/

.imgs-gallery {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
}

/*
--------------------------------------
item
--------------------------------------
*/

.img-item img {
	width: 65px;
	height: 75px;
	object-fit: contain;
	transition: all 0.35s ease-in-out;
}