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

.pageTitle {
	font-size: 35px;
	text-align: center;
	margin-top: 15px;
}

/* .pageTitle {
	margin-left: -20%;
} */
/* .text {
	margin-left: 20%;
}
.content h2 {
	font-size: 35px;
	text-align: center;
	margin-top: 15px;
}
.content h3 {
	font-size: 25px;
	text-decoration: underline;
}
.content h4 {
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.content p {
	text-align: justify;
	margin-left: 10px;
	justify-self: center;
	font-size: 22px;
	color: rgb(20, 20, 20);
}
.content a {
	text-decoration: none;
    color: #2074b8;
    font-size: 20px;
} */


/* ##################################################################### */
/* #                              MOBILE                               # */
/* ##################################################################### */
@media only screen and (max-width: 824px) {
	.content {
		width: 95%;
		padding: 0;
		padding-top: 10px;
	}
	/* .text {
		margin-left: 5%;
		margin-right: 5%;
	}
	.content h2 {
		font-size: 25px;
	}
	.content h3 {
		margin-left: 5px;
		font-size: 20px;
	}
	.content h4 {
		font-size: 16px;
	}
	.content p {
		margin-left: 10px;
		font-size: 15px;
	}
	.content a {
		font-size: 16px;
	} */

}
