body {
	overflow: hidden;
}

@media screen and (max-width: 1100px) {
	.card {
		height: 70vh;
		justify-content: center;
	}

	.card-small-container > * {
		margin-top: 50px;
		margin-bottom: 50px;
	}
}
