.panel_row

.panel1 {
	height: 90vh;

}

.panel1l {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: right;
	
}

.panel1l > img {
	padding: 25px;
	max-width: 100%;
	max-height: 100%;
}

.panel1r{

	display: flex;
	align-items: center;
	justify-content: left;
}


 .panel1r h3 {
 	font-family: 'Assistant', sans-serif;
 	font-size: 14px;
 	margin: 25px 0 0 0;
 }

.panel1r h2 {  
	font-family: 'Assistant', sans-serif;
	font-size: 48px;
	margin: 0;
}

.panel1r p {
	margin: 25px 0 0 0;
}

.panel1r div {
	background-color: #F5F5F5;
	border: 2px solid #F0F0F0;
	padding: 30px;
}


hr.section_break {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}
