.main-content {
	margin-bottom: 61px
}

.main-content .content {
	font-size: 0.938em;
	text-align: center;
	margin-top: 22px;
}

.main-content .content p {
	margin: 0;
}

.footer-image {
	margin: 0 0 101px;
	text-align: center;
}

.footer-image .image-wrapper {
	width: 695px;
	height: 405px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-image .image-wrapper img {
	width: 101px;
	height: 101px;
}

.footer-image .image-wrapper:hover {
	cursor: pointer;
}

.footer-image video {
	width: 695px;
}

@media (max-width: 700px) {
	.footer-image .image-wrapper,
	.footer-image video {
		width: 90%;
	}
}