section.guideSingle{
  position: relative;
  z-index: 2;
  padding-top: 100px;
  min-height: 800px;
}


section.guideSingle .triangle-bg-blue{
  top:-75px;
  z-index: 1;
}
section.guideSingle h1{
  color: var(--primary);
  line-height: 70px;
  width: 720px;
}

section.guideSingle .content{

  z-index: 2;
  position: relative;
  margin-top: 68px;
}
section.guideSingle .content:after{
   content: " ";
   display: block;
   height: 0;
   clear: both;
}
section.guideSingle .content .colLeft{

  float: left;
  width: 50%;
  padding-right: 100px;
}
section.guideSingle .content .colRight{
  float: right;
  width: 50%;
}


section.guideSingle .content .colRight .image {

  position: relative;
  top: -35px;
  margin-bottom: 15px;
}
section.guideSingle .content .colRight .image img {

  width: 100%;
  position: relative;
  z-index: 2;
}
/* [L] */
@media all and (max-width: 1249px)  {
	section.guideSingle{

	}

	section.guideSingle .triangle-bg-blue{

	}

	section.guideSingle h1{

	font-size: 57px;
	width: 600px;
	}

	section.guideSingle .content{

	}

	section.guideSingle .content .colLeft{

	padding-right: 50px;
	}

	section.guideSingle .content .colRight{

	}

	section.guideSingle .content .colRight .image {

	}

	section.guideSingle .content .colRight .image img {

	}

}

/* [M] */
@media all and (max-width: 940px) {
	section.guideSingle{

	padding-top: 25px;
	}

	section.guideSingle .triangle-bg-blue{

	}

	section.guideSingle h1{

	font-size: 34px;
	line-height: 38px;
	width: 100%;
	}

	section.guideSingle .content{

	margin: 0;
	}

	section.guideSingle .content .colLeft{

	width: 100%;
	padding: 0;
	}

	section.guideSingle .content .colRight{

	width: 100%;
	}

	section.guideSingle .content .colRight .image {

	top: unset;
	}

	section.guideSingle .content .colRight .image img {

	}

}

/* [S] */
@media all and (max-width: 520px) {
	section.guideSingle{

	}

	section.guideSingle .triangle-bg-blue{

	}

	section.guideSingle h1{

	}

	section.guideSingle .content{

	}

	section.guideSingle .content .colLeft{

	}

	section.guideSingle .content .colRight{

	}

	section.guideSingle .content .colRight .image {

	}

	section.guideSingle .content .colRight .image img {

	}

}
