.eye-solsub {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)),
    url("../mst-images/eye-solSubTech.jpg");
  background-size: cover;
  background-position: center 80%;
  height: 15rem;
  color: #fff;
}

.eye-solsub h1 {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  margin-top: 2.5rem;
}
.eye-solsub .h1-subtitle {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  padding-bottom: 0.8rem;
  background-image: url("../mst-images/bg-h-kgc.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media screen and (max-width: 992px) {
  .eye-solsub {
    height: 20rem;
  }
  .eye-solsub h1 {
    margin-top: 3.5rem;
    font-size: 1.5rem;
  }
  .eye-solsub .h1-subtitle {
    font-size: 1.1rem;
  }
}

