@media (max-width: 768px) {
  .banner_electrical {
    background: #e8f0fb !important;
    padding: 20px 0 !important;
    background-position: right center;
    background-repeat: no-repeat;
  }
  .inner__banner__text {
    font-size: 15px !important;
    line-height: 21px !important;
    margin-top: 10px !important;
    width: 100% !important;
  }
}
.banner_electrical {
  background: url(/images/electrical-cover-2.jpg) no-repeat #e8f0fb;
  background-position: right;
  padding: 80px 0 80px;
}
.inner__banner__text {
  font-size: 21px;
  line-height: 30px;
  margin-top: 15px;
  float: left;
  width: 80%;
  margin-bottom: 0;
}
