.gg-cslide {
  width: 100%;
  min-height: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gg-row {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  margin-bottom: 1.7%;
}

.gg-popbox {
  width: 30.4%;
  min-height: 200px;
  max-height: 350px;
  height: auto;
  margin-left: 1.7%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #81808e75;
  border: 4px solid white;
  border-radius: 100px;
  padding-bottom: 1%;
}

.pop-img {
  width: 100%;
  height: 100px;
}

.pop-para {
   padding-left: 4%;
   margin-right: 4%;
}

.po-img {
  width: 100%;
  height: 100%;
  border-radius: 100px 100px 0px 0px;
}

.po-para {
  text-align: justify;
  font-size: 14px;
  font-family: initial;
  line-height: 20px;
}

.pop-btn {
  width: 100%;
  height: 10%;
  margin-left: 40%;
}

.po-btn {
  padding: 5px;
  color: #f5f5ff;
  border-radius: 5px;
  background-color: #0000008f;
  border: 1px solid black;
  margin-right: 12%;
  cursor: pointer;
}

a, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: none;
}

a:active {
  text-decoration: underline;
}