



  /* Custom CSS */

  .container-fluidx {

    height: 850px;

    background-image: url('https://ezuck.my.id/dl/img-prv/quantum.jpeg');

    background-size: cover;

    background-repeat: no-repeat;

    padding: 150px;

    /* margin-top: 550px; */

  }



  .circle-img {

    border-radius: 50%;

    -webkit-filter: drop-shadow(5px 5px 5px #fdfcfc);

        filter: drop-shadow(5px 5px 5px rgb(250, 247, 247));

  }



  .divider {

    border-top: 2px solid #ffffff;

    margin: 20px 0;

  }



  .container-fluidx.background-two {

    height: 850px;

    background-image: url('https://ezuck.my.id/dl/img-prv/lpt.jpg');

    background-size: cover;

    background-repeat: no-repeat;

    padding: 50px;

    color: white;

    text-align: center;

  }



