.page-template-about h2 {text-transform: capitalize; color: var(--title-color); font-weight: 900; font-size: 35px;}
.page-template-about  .left-column { width: 33%; min-height: 300px; margin: 30px 0 0 0; } 
.page-template-about  .left-column img {width:100%; height: auto;}
.page-template-about  .right-column { width: 65%; margin: 5% 0 0 0;}
.page-template-about .job-title {font-weight: 800; font-size: 28px; margin: 0 0 15px 0;}
.page-template-about .main-content section {margin: 0 0 40px 0;}
.page-template-about .one .job-title {color: var(--tertiary-color); }
.page-template-about .two .job-title {color: var(--primary-color); }
.page-template-about .three .job-title {color: var(--secondary-color); }
.page-template-about .four .job-title {color: var(--tertiary-color); }
.page-template-about .five .job-title {color: var(--primary-color); }
.page-template-about .six .job-title {color: var(--secondary-color); }

.page-template-about .six {display: none;}

	@media (max-width: 1000px) {
		.page-template-about  .left-column { width: 31%;}
		.page-template-about  .right-column { width: 65%;}
	}
	@media (max-width: 800px) {
		.page-template-about  .left-column { width: 31%; float: left;}
		.page-template-about  .right-column { width: 65%; float: right;}
	}
	@media (max-width: 600px) {
		.page-template-about  .left-column, .page-template-about  .right-column { width: 100%; float: none; margin: auto;}
	}




