#hero-img-gbt {
  background-image: url("../assets/images/gbtechive/hero-img.png");
  min-height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
#gbt-text img {
  margin-top: 60px;
}
#gbt-text h1 {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  margin-top: 30px;
}
#gbt-text p {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  margin-top: 20px;
}
