#tarifImg {
	background: #A0A68E;
	height: 100vh;
	width: 100vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

#tarifImg img{
	max-width: 100%;
	max-height: 80%;
	width: auto;
	height: auto;
	object-fit: contain;
}