/* ##################################################################### */
/* #                            DESKTOP                                # */
/* ##################################################################### */
.content {
	grid-area: box3;
	background-color: white;
	margin-top: 20px;
	padding: 20px 70px;
	width: 85%;
	justify-self: center;
}
.text {
	margin-left: 0;
}

/* .pageTitle {
	margin-top: 20px;
	font-size: 50px;
	justify-self: center;
	font-family: 'Times New Roman';
	text-align: center;
} */


/* ##################################################################### */
/* #                              MOBILE                               # */
/* ##################################################################### */
@media only screen and (max-width: 824px) {
	.content {
		grid-area: box3;
		padding: 0px;
		width: 95%;
	}
	/* .pageTitle {
		font-size: 30px;
	}
	.text {
		width: 100%;
		padding: 5px;
	}
	.text h2 {
		font-size: 25px;
	}
	.text p {
		font-size: 20px;
    }
    .text a {
        font-size: 20px;
    } */
}
