#jumbo {
  background: url("../../assets/img/Banner%2001.jpg")no-repeat;
  text-align: center;
  background-size: cover;
  padding: 40px;
}

#jomboban {
  padding: 40px;
  text-align: center;
  border-radius: 20px;
  background-color: rgba(255,255,255,0.75);
}

#mainbodysec {
  background: white;
  border-radius: 20px;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(157,157,157,0.0);
}

