.gg-body {
  width: 100%;
  height: auto;
  flex-direction: column;
}

.gg-head {
  color: black;
  font-size: 25px;
  font-weight: 600;
}

.gg-dpara {
  color: black;
  font-size: 16px;
  font-weight: 500;
  margin-left: 2%;
  line-height: 25px;
  margin-right: 2%;
  text-align: justify;
}

.gg-block {
  width: 100%;
  height: auto;
  display:flex;
  flex-direction: column;
}

.cslideshow {
  width: 100%;
  height: auto;
  
}