p {
  margin-top: 0;
  margin-bottom: 0rem;
}

a {
  color: #2e2c76;
  text-decoration: auto;
}

.bg-indo {
  background-image: url('./assets/4962231-03.png');
  /* height: 400px; */
}

.img-indo {
  position: absolute;
  margin-top: 5%;
  opacity: 0.3;
  height: 50%;
}

@media (max-width: 575.98px) {
  .display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
    margin-top: 2%;
    position: relative;
  }

  .h5,
  h5 {
    font-size: 0.80rem;
    position: relative;
  }

  .h3,
  h3 {
    font-size: calc(0.95rem + .6vw);
    position: relative;
  }
}

.demo-wrap {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}

.demo-wrap:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

  background-image: url('4962231-03.png');
  background-repeat: no-repeat;
  background-position: 20% 0;
  background-size: cover;
  z-index: -1;

}

.demo-content {
  position: relative;
}

.red {
  background-color: #8f0101;
  background-image: linear-gradient(#f70000, #a90202);
}

.check {
  z-index: 5;
  position: relative;
}

.display-3 {
  position: relative;
}