/* ##################################################################### */
/* #                            DESKTOP                                # */
/* ##################################################################### */
.content {
	background-color: white;
	grid-area: box3;
	margin-top: 20px;
	width: 80%;
	justify-self: center;
}

/* ##################################################################### */
/* #                              MOBILE                               # */
/* ##################################################################### */
@media only screen and (max-width: 824px) {
	.content {
		width: 95%;
		padding: 20px 0;
	}
}
