
/* changed width from 600 to 500 julie 101224*/
.MtileBoxGeneric {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
	margin-bottom: 20px;
    gap: 40px 40px;
    margin-top: 30px;
	color: #4a6265;
}

.MtileGeneric {
	width: 500px;
	display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: stretch;
}

.MtileGeneric h3 {
    margin: 20px 20px 10px 20px;
}


.GenericPageBlurb {
	margin: 20px 0;
    background-color: #f0f6ef;
    color: #4a6265;
    font-size: 1.5em;
}
.GenericPageBlurb p {
	/*border: 2px solid #4a6265;
	border-width: 0 8px;*/
	margin: 5px 0px 15px 0;
	padding: 20px;
}


@media (max-width: 640px) {
	.MtileGeneric {
		width: 100%;
	}
}
