.logos-list {
	a {
		width: 10rem;
		height: auto;
		aspect-ratio: 16/9;
		img {
			width: 100%;
			height: 100%;
			object-fit: contain;
		}
	}
}