/*COL*/
	@media only screen and (min-width: 0px) {
		/*INFORMATION*/
		#information .background-div-left { margin-left: 0px; }
		#information .background-div-right { margin-left: 0px; }

		/*CASE STUDY*/
		#case-study-slider .arrow-prev { width: 15px; left: 5px; }
		#case-study-slider .arrow-next { width: 15px; right: 5px; }

		/*R SUITE CLI*/
		#r-suite-cli .right { height: auto; }

		/*ARTICLES*/
		#articles .background-div-left { margin-left: 0px; }
		#articles .background-div-right { margin-left: 0px; }
		#articles a {padding: 10px 30px; }
	}

	@media only screen and (min-width: 600px) {
		/*INFORMATION*/
		#information .background-div-left { margin-left: -2px; }
		#information .background-div-right { margin-left: 2px; }

		/*CASE STUDY*/
		#case-study-slider .arrow-prev { width: 25px; left: 5px; }
		#case-study-slider .arrow-next { width: 25px; right: 5px; }

		/*ARTICLES*/
		#articles .background-div-left { border: 1px solid white; }
		#articles .background-div-right { border: 1px solid white; }
		#articles a {padding: 5px 5px; }
 	}

	@media only screen and (min-width: 1100px) {
		/*CASE STUDY*/
		#case-study-slider .arrow-prev { width: 30px; left: 20px; }
		#case-study-slider .arrow-next { width: 30px; right: 20px; }

		/*R SUITE CLI*/
		#r-suite-cli .right { height: 420px; }

		/*ARTICLES*/
		#articles a {padding: 10px 40px; }
	}

	
	/*ICONS*/
		#icons { background-color: #f5f5f5; }
		#icons img { max-width: 160px; }
       .far { font-size: 40px; color: #77bbe2; }
       
	/*INFORMATION*/
		#information .information-images { color: white; }

	/*CASE STUDY*/
		#case-study-slider { width: 100%; height:auto; }
		#case-study-slider .slide-div { width: 100%; height: auto; background-color: #dedede; }
		#case-study-slider .slide-content { display: flex; align-items: center; justify-content: center; bottom: 0; min-height: 80px; left: 0; position: absolute; z-index: 2; opacity: 1; }	
		#case-study-slider .slide-content-text { font-weight: normal; }	

		#case-study-slider .slide-content img { width: 100%; height:auto; }	

	/*KEY POINTS*/
		#key-points img { max-width: 45px; }

	/*R SUITE CLI*/
		#r-suite-cli img { max-height: 70px; }

