/*================== Advanced Industrial Module ==============*/
.advanced-industrial-module {
  background-color: #2b94c2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
}

.aim-header{
  color:white;
  margin-bottom:40px;
}


.advanced-industrial-module .inner-wrap {
    padding-top: em(17.5);
    padding-bottom: em(17.5);
  }

  .aim-img-wrap a {
    display: block;
    position: relative;
    max-width:40em;
    width: 100%;
    margin: 0 auto 2.1875em;+
    outline:none!important;
  }
  .aim-img-wrap a:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 46%;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-image: url(https://www.ardelengineering.com/hubfs/img/youtube.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 71px 60px;
    height: 60px;
    width: 100px;
    transform: translate(-50%,-50%);
  }
.aim-img-wrap a img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
