@media only screen and (max-width: 567px) {
    .management-img {
        width: 70%;
        margin: 40px auto 0px auto;
        float: none !important;
      }
}
@media only screen and (max-width: 767px) {
	section{
	   padding: 0px 0;
	   overflow: hidden;
	}
    p {
      font-size: 16px;
	  line-height: 32px;
	  text-align: center;
    }
    .left-part .mig-head+p {
        font-size: 14px;
    }
    .pad-left,
    .pad-right {
      padding: 0;
	  margin-top: 0px;
	  margin-bottom: 0px;
    }
    .mig-head {
        font-size: 25px;
        line-height: 38px;
		text-align: center;
    }
	.left-part .mig-head{
		font-size:30px;
        line-height: 38px;
	}
	.get-a-quote{
		text-align: center;
	}
	.get-a-quote a{
		font-size: 16px;
	}
    .iot-banner{
        height: auto;
    }
    .iot-banner::before {
        background-size: cover;
    }
    .left-part {
        padding-top: 20%;
    }
    .right-part {
        padding-top: 0%;
    }
	.animated, .fadeInLeft, .fadeInDown {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
	.management-info{
		margin-top: 50px;
	}

}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .iot-banner{
        height: auto;
    }
}