#totalSolutionHighlightsSection{
	--standard-left-margin: 14%;
	--standard-juniper-orange: #EA7600;
}

#totalSolutionHighlightsCentered{
	width : 80%;
	margin-left: 10%;
	text-align		: center;
}

#totalSolutionHighlightsImg{
	width: 60%;
	margin-left: 50%;
	transform: translateX(-50%);
}

/* Contact Us Button */
.requestDemoBtn{
	/* Layout */
	display: inline-flex;
	align-items: center;
	justify-content: center;
	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 */
.requestDemoBtn:hover {
	background: linear-gradient(to bottom, #de6a00, #ffa81c 80%);
}

#totalSolutionHighlightsSection h2{
	margin-top		: 128px;
	
}

.grid-container {
	display: grid;
	grid-template-columns: repeat(2, 39%);
	gap: 8%;
	margin-left: var(--standard-left-margin);
	margin-bottom	: 128px;
}

.grid-container h3{
	text-align: left;
	text-decoration: underline;
	font: normal normal bold 13px/26px Montserrat;
	letter-spacing: 0px;
	color: #5F5F5F;
}

.grid-container p{
    font-family: montserrat, sans-serif;
    color: #5F5F5F;
    font-size: 13px;
    font-weight: 300;
    line-height: 23px;
	margin-bottom: 20px;
}


/*------------------------------------------------------------------------------------------------*\

| xxs breakpoint

\*------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 320px) {
	.grid-container {
		grid-template-columns: repeat(1, 80%);
		gap: 0;
	}
}

/*------------------------------------------------------------------------------------------------*\

| xs breakpoint

\*------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 321px) and (max-width: 480px) {
	#totalSolutionHighlightsSection{
		--standard-left-margin: 5%;
	}
	.grid-container {
		grid-template-columns: repeat(1, 90%);
		gap: 0;
	}
}

/*------------------------------------------------------------------------------------------------*\

| sm breakpoint

\*------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 481px) and (max-width: 768px) {
	.grid-container {
		grid-template-columns: repeat(1, 80%);
		gap: 0;
	}
}

/*------------------------------------------------------------------------------------------------*\

| md breakpoint

\*------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.grid-container {
		grid-template-columns: repeat(1, 80%);
		gap: 0;
	}
}

/*------------------------------------------------------------------------------------------------*\

| 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 */
}
