
/*---------------------------------------
  CALL TO ACTION              
-----------------------------------------*/
.technology {
  background-image: url(https://cdn.odapes.app/pb/img/iceberg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.technology::after {
  content: "";
  background: rgba(39, 48, 83, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
/*
.technology::after {
  content: "";
  background: rgba(0, 0, 0, 0) linear-gradient(rgba(39, 48, 83, 0.1) 0%, rgb(39, 48, 83) 100%) repeat scroll 0% 0%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
*/

.technology .row {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .technology {
    background-attachment: scroll;
  }
}


