.ggtitle .ggyispaan {
  color: #b7b7b5;
  font-size: 13px;
  margin-left: 12px;
  font-family: "Calibri";
}

.ggbox {
  width: 80%;
  margin: 0 auto 70px;
}
.ggcont {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  border-bottom: 1px solid #d7d3d3;
  padding: 20px;
}
.ggimg {
  margin-right: 20px;
}
.gimg {
  margin-right: 20px;
  width: 300px;
  height: auto;
}
.ggtitle {
  font-size: 30px;
  font-weight: bold;
  color: #8bd14d;

  margin: -10px 0 16px;
}
.ggp {
  color: #b3b1b1;
  margin-top: -12px;
  margin: 0px;
  font-size: 16px;
}
a {
  text-decoration: none;
}
.ggtitle:hover {
  color: #5a8633;
}
.gimg:hover {
  opacity: 0.8;
}
.ggp:hover {
  opacity: 0.8;
}
@media screen and (max-width: 769px) {
  .ggcont {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    border-bottom: 1px solid #d7d3d3;
    align-items: center;
  }
  .ggbox {
    width: 100%;
  }
  .ggimg {
    margin-right: 0px;
  }
  .gimg {
    margin-right: 0px;
    width: 100%;
    height: auto;
  }
  .ggtitle {
    text-align: center;
  }
  .ggbox {
    margin: 0 auto;
  }
}
