.bg-image-1::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.7;
  background-image: url('../../images/top-banner-1920x990.jpg');
}

.intro-text {
  text-shadow: 2px 4px 5px #01305f;
}
