.svg-wrapper {

  background-repeat: no-repeat;
  background-position: center center;
  }
  
  /* Connect IT Page */
   
   .connect-it-two-cols {
	   position: relative;
	   width: 100%;
	   padding: 45px 6% 90px;
	   z-index: 1;
	   background: #fafafa;
   }
   
   .connect-it-two-cols .wrapper {
	   display: flex;
	   justify-content: center;
   }
   
   .connect-it-two-cols .lhs {
	   width: 70%;
	   margin: 0 4% 0 0;
	   position: relative;
   }
   
   .connect-it-two-cols .rhs {
		width: 26%;
		position: sticky;
		top: 120px;
		margin: 0 4% 0 0;
		height: 400px;
	}
	
	.connect-it-two-cols .lhs .subtitle {
	   font-size: 1.15em;
	  font-weight: 500;
	}
	
   .connect-it-two-cols .lhs ul{
		list-style:none;
	}
	
   .connect-it-two-cols .lhs li {
	   font-size: 1em;
		 font-weight: 400;
		 line-height: 1.5em;
		 color: #404b51;
		 margin: 0 0 10px 0;
		padding-left:18px;
		position:relative;
	}
	
   .connect-it-two-cols .lhs li:before{
	  content: '\f111';
		 position: absolute;
		 top:7px;
		 left: 0;
		 font-size: 0;
		 background: #0b8eb4;
		 border-radius: 50%;
		 height: 10px;
		 width: 10px;
	}
	
	#anchor-nav #nav-list li {
		margin: 0 0 10px 0;
	}
   
   #anchor-nav #nav-list li a {
	   background: #c2c330;
		 color: #fafafa;
		 padding: 11px 20px;
		 border-radius: 3px;
		 width: 100%;
		 display: block;
		 position: relative;
		 cursor: pointer;
		 transition: all 0.3s;
   }
   
   #anchor-nav #nav-list li a:hover {
		background: #0b8eb4;
		  transition: all 0.3s;
	}
	
	.svg-wrapper {
		border-radius: 5px;
		overflow:hidden;
		margin: 0 0 20px 0;
	}
	
	#back-to-top {
		  display: none;
	  }
	
	@media screen and (max-width: 900px) {
		.connect-it-two-cols .wrapper {
			flex-direction: column-reverse;
		}
		
		#back-to-top {
			display: inline-block;
		}
		
		.connect-it-two-cols .rhs {
			position: relative;
			top: auto;
			height: auto;
			margin: 0 0 50px 0;
			width: 100%;
		}
		
		.connect-it-two-cols .lhs {
			width: 100%;
			margin: 0;
		}
		
		#anchor-nav #nav-list {
		  display: flex;
		  flex-wrap: wrap;  
		}	  
		
		#anchor-nav #nav-list li {
			margin: 0 1% 10px 1%;
			width: 48%;
		}
	}