.executive-quote-inner {
  background: #0c1011;
  padding-top: 126px;
  position: relative;
  overflow: hidden;
}

.executive-quote-inner:before {
  content: '';
  background: url(/~/media/Images/E/Ependion-Corp/content-images/signpost/executive-shadow1.png) no-repeat top right;
  position: absolute;
  width: 100%;
  height: 835px;
  background-size: contain;
  top: 0;
  max-width: 1142px;
  right: 0;
}

.executive-quote-inner:after {
  content: '';
  background: url(/~/media/Images/E/Ependion-Corp/content-images/signpost/executive-shadow2.png) no-repeat bottom right;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  bottom: 0;
}


.executive-info-txt {
  padding-top: 16px;
  position: relative;
  z-index: 1;
      padding-bottom: 40px;
}

.executive-quote-image {
  position: relative;
  z-index: 1;
}

.executive-info-icon {
  font-size: 40px;
  margin-bottom: 32px;
      display: flex;
}

.executive-info-txt a.cta-white {
  margin-top: 32px;
}

.executive-quote-image img {
  width: auto;
  max-width: 100%;
}

/*---- Media Query
-------------------------*/
@media all and (min-width:768px) and (max-width: 991.98px) {
  .executive-info-txt {
    padding-bottom: 30px;
  }
  
  .executive-quote-inner {    
    padding-top: 76px;
  }
  
}
@media all and (max-width: 991.98px ) {

  
  .executive-quote-inner .row > div:first-child {
    order: 2;
  }
  
  .executive-quote-inner .row > div:last-child {
    order: 1;
  }
  

}


@media all and (max-width: 767.98px ) {

  .executive-quote-inner {    
    padding-top: 76px;
  }
  
}