@media only screen and (max-width: 900px) {
  .section2-inside{
	margin-left: 50px;
	margin-right: 50px; 
	position: relative;
}
.footer-bg{
	padding-left: 50px!important;
	padding-right: 50px!important;

}
}

@media only screen and (max-width: 800px) {
  .section2{
  	display: none!important;

  }
}