.giComputerBox {
  background: url(../images/Gijs_bg.jpg) center center no-repeat;
  height: 478px;
  -o-object-fit: contain;
     object-fit: contain;
  color: white;
}

.giComputerBox .title {
  font-size: 22px;
  color: white;
  font-weight: 600;
}

.giComputerBox .content {
  width: 52dvw;
  font-size: 16px;
  color: white;
  line-height: 1.8em;
}

.giComputerBox .btn {
  margin-top: 20px;
  height: 50px;
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #0460BD;
  background-color: white;
  border-radius: 10px;
}

@media (max-width: 1600px) {
  .giComputerBox {
    background-position: right 35% center !important;
  }
}

@media (max-width: 767px) {
  .giComputerBox {
    background-position: left center !important;
  }
  .giComputerBox .content {
    width: 80dvw;
    margin: 0 auto;
  }
  .giComputerBox .btn {
    margin: 0 auto;
    margin-top: 20px;
  }
}

.dgiysjyBox .container .title {
  font-size: 26px;
  color: #0460bd;
  text-align: center;
  line-height: 60px;
}

.dgiysjyBox .container .content {
  margin: 30px 0 45px;
  line-height: 30px;
  font-size: 16px;
}
/*# sourceMappingURL=dgish.css.map */