.picture {
	margin-bottom: 80px;
}
.picture img {
	max-width: 100%;
	width: 100%;
	object-fit: contain;
}

@media screen and (max-width: 800px) {
	.picture {
		margin-bottom: 40px;
	}
	.picture .container {
		padding-left: 0;
		padding-right: 0;
	}
}