<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.people_container {
	float: left;
	width: 296px;
	margin: 0 16px 25px 16px;
}

.people_container span {
	font-weight: bold;
	color: #bd5f28;
}

/* Mobile Portrait (devices and browsers) */
@media only screen and (max-width: 479px) {
	.people_container {
		margin: 0 0 25px 0;
		width: 100%;
	}
	
	.people_container img {
		width: 100%;	
	}
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.people_container {
		width: 200px;
	}
	
	.people_container img {
		width: 200px;
	}
}
</pre></body></html>