#titleTextLeftSection {
  	--standard-left-margin: 14%;
	--standard-juniper-orange: #EA7600;
}

#titleTextLeftSection {
	margin-top: 128px;
	margin-bottom: 128px;
}

#titleTextLeftDiv {
	margin-left: var(--standard-left-margin);
}

.titleTextLeftH2 {
	max-width: 752px;
}

.textWithImage {
	display: flex;
}

.titleTextLeftP {
	max-width: 45%;
}

.titleTextLeftImageDiv {
	width: 35%;
}

#titleTextLeftImage {
	width: 64px;
	height: auto;
	margin-left: 20px;
	filter: invert(69%) sepia(11%) saturate(95%) hue-rotate(161deg) brightness(79%) contrast(83%);
	margin-left: 50%;
	transform: translateX(-50%);
}

.subheaders {
	font-size: 31px !important;
	color: #888b8d;
	font-family: montserrat, sans-serif !important;
	font-weight: 500 !important;
	line-height: 36px;
	text-transform: uppercase;
	padding-bottom: 1rem;
	margin-bottom: 0.5rem;
	letter-spacing: 2px;
}

.standardText {
	font-family: montserrat, sans-serif;
	color: #5F5F5F;
	font-size: 13px;
	font-weight: 300;
	line-height: 23px;
}

/* Contact Us Button */
.contactUsBtn {
	/* Layout */
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 50%;
	margin-top: 32px;
	transform: translateX(-50%);
	width: 208px;

	/* Styling */
	background: linear-gradient(to bottom, #6e6e6e, #a4a4a4 80%);
	border-radius: 26px;
	padding: 7px;

	/* Text */
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
	letter-spacing: 0px;
	font-size: 13px;
	font-family: montserrat, sans-serif;
}

/* Contact Us Button Hover State */
.contactUsBtn:hover {
	background: linear-gradient(to bottom, #de6a00, #ffa81c 80%);
}

/*------------------------------------------------------------------------------------------------*\

| xxs breakpoint

\*------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 320px) {
	#titleTextLeftSection {
		--standard-left-margin: 5%;
	}
	#titleTextLeftDiv{
		width: 90%;
	}
	.titleTextLeftH2 {
		max-width: 100%;
		text-align: center;
	}	
	.textWithImage {
		flex-direction: column;
	}
	.titleTextLeftP {
		max-width: 100%;
		margin-bottom: 20px;
	}
	.titleTextLeftImageDiv {
		width: 100%;
	}
	#titleTextLeftImage{
		margin-top: 32px;
	}
	.contactUsBtn {
		width: 160px
	}
	.subheaders{
		font-size: 24px !important;
	}
}

/*------------------------------------------------------------------------------------------------*\

| xs breakpoint

\*------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 321px) and (max-width: 480px) {
	#titleTextLeftSection {
		--standard-left-margin: 5%;
	}
	#titleTextLeftDiv{
		width: 90%;
	}
	.titleTextLeftH2 {
		max-width: 100%;
		text-align: center;
	}	
	.textWithImage {
		flex-direction: column;
	}
	.titleTextLeftP {
		max-width: 100%;
		margin-bottom: 20px;
	}
	.titleTextLeftImageDiv {
		width: 100%;
	}
	#titleTextLeftImage{
		margin-top: 32px;
	}
}

/*------------------------------------------------------------------------------------------------*\

| sm breakpoint

\*------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 481px) and (max-width: 768px) {
	#titleTextLeftSection {
		--standard-left-margin: 10%;
	}
	#titleTextLeftDiv{
		width: 80%;
	}
	.titleTextLeftH2 {
		max-width: 100%;
	}	
	.textWithImage {
		flex-direction: column;
	}
	.titleTextLeftP {
		max-width: 100%;
		margin-bottom: 20px;
	}
	.titleTextLeftImageDiv {
		width: 100%;
	}
	#titleTextLeftImage{
		margin-top: 32px;
	}
}

/*------------------------------------------------------------------------------------------------*\

| md breakpoint

\*------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	#titleTextLeftSection {
		--standard-left-margin: 10%;
	}
	#titleTextLeftDiv{
		width: 80%;
	}
	.titleTextLeftH2 {
		max-width: 70%;
	}	

	.titleTextLeftP {
		max-width: 60%;

	}
	.titleTextLeftImageDiv {
		width: 40%;
	}
}

/*------------------------------------------------------------------------------------------------*\

| lg breakpoint

\*------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  /* Your CSS rules here */
}

/*------------------------------------------------------------------------------------------------*\

| xl breakpoint

\*------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  /* Your CSS rules here */
}

/*------------------------------------------------------------------------------------------------*\

| xxl breakpoint

\*------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  /* Your CSS rules here */
}

/*------------------------------------------------------------------------------------------------*\

| xxxl breakpoint

\*------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1921px) {
  /* Your CSS rules here */
}
