  /* Media Queries */

@media only screen and (max-width: 64em) {
	
	.pt-3 {
		padding-top: 16px;
	}
  	 .new-header-two-col h1 {
		font-size: 1.8rem !important;
		line-height: 1.1 !important;
		margin-bottom: 0;
	 }
	 .new-header-two-col p {
		font-size: 1rem !important;
		line-height: 1.2 !important;
	 }
	 .section-two-col {
		margin-bottom: 0rem !important;
	 }

	 .section-two-col h2 {
		font-size: 1.7rem !important;
	  }
	.section-two-col h3 {
		  font-size: 1.5rem;
	}
	.section-two-col h4 {
		  font-size: 1.24rem;
	}
	  .section-two-col p {
		font-size: 1.068rem !important;
		line-height: 1.4 !important;
		margin-bottom: 0.8rem !important;
	  }


	.section-two-col .row .col-left {
		padding: 1rem !important;
	}
	.section-two-col .row .col-right {
	  padding-left: 1.5rem !important;
	  padding-right: 1.5rem !important;
	}
	.section-one-col h2 {
    	font-size: 1.7rem !important;
	}
	.section-one-col h3 {
    	font-size: 1.5rem;
	}
	.section-one-col h4 {
    	font-size: 1.24rem;
	}
	.section-one-col p {
		font-size: 1.068rem !important;
		line-height: 1.4 !important;
	}
	.video-container {
		padding: 1rem !important;
	}
	.video-container .row {
		padding: 1rem !important;
	}
	.video-container .row h3 {
		font-size: 1.2rem !important;
		line-height: 1.16 !important;
	}
	.section-one-col .row {
		padding: 0 1rem !important;
	}
	 .section-one-col p {
    	font-size: 1rem !important;
    	line-height: 1.56 !important;
  }
	.section-two-col .row.img-right {
		flex-direction: column !important;
	 }
	 .section-two-col .row.img-right .col-left  {
		order: 2;
		 padding: 1rem 2rem !important;		
	  }

	 .section-two-col .row.img-right .col-right {
		order: 1;
		padding: 1rem 1.5rem 0 !important;
	  }
} 

@media only screen and (max-width: 40em) {
	 .new-header-two-col {
		 margin-bottom: 0 !important;
	 }
	 .new-header-two-col .row {
		flex-direction: column;
		padding: 0 !important;
	 }
	 .new-header-two-col .row .col-left {
		order: 2;
		padding: 1rem 1.5rem 0 !important;
	  }

	 .new-header-two-col .row .col-right {
		order: 1;
		padding: 0;
	  }
	 .section-two-col .row {
		flex-direction: column !important;
	 }
	 .section-two-col .row.img-right .col-left  {
		order: 2;
		 padding: 1rem 2rem !important;		
	  }

	 .section-two-col .row.img-right .col-right {
		order: 1;
		padding: 1rem 1.5rem 0 !important;
	  }
	.section-one-col {
    	padding-top: 20px;
	}
}
