@media only screen and (max-width: 910px) {
	#isg_social {
	position: unset!important;
	width: unset!important;
	height: unset!important;
	margin: 30px 0;
	text-align: center;
	}
	#isg_social a {
	margin-right: 2px;
	}
}
@media only screen and (max-width: 799px) {
	#isg_header_img {
	height: 200px;
	width: auto;
	background-position: top;
	}
	#isg_heading {
	padding: 10px;
	}
	#isg_main {
	width: auto;
	margin: -8px;
	}
	#isg_text_left{ 
	float: none;
	width: 100%;
	margin-bottom: 10px;
	}
	#isg_text_right {
	float: none;
	width: 100%;
	margin-bottom: 10px;
	}
	#isg_main {
	border: 0px;
	padding: 0;
	}
	#isg_main_text {
	margin: 0 15px;
	}
	#isg_applybutton {
	float: none;
	width: unset;
	height: unset;
	right: 0;
	bottom: 0;
	top: 15px;
	padding-bottom: 10px;
	margin: 40px auto 0 auto;
	}
	#isg_applybutton a {
	display: unset;
	}
	#isg_footer_img {
	padding-bottom: 10px;
	}
	.isg_icon  {
	display: block;
	margin: 10px 0 0 0
	}
	#isg_benefits_icons {
		width: unset;
		gap: 10px;
	}
}

@media only screen and (max-width: 420px) {
	#isg_header_img {
	height: 150px;
	}
	#isg_heading h1 {
	font-size: 1.5em;
	padding: 3px 0;
	}
	#isg_heading h2 {
	font-size: 1.1em;
	padding: 3px 0;
	}
	#isg_salary {
	padding: 8px;
	background-color: #1d4f91;
	border-radius: 5px;
	}
	#isg_salary a {
	border: unset;
	color: white;
	}
}