.terms-privacy-wrap{
  width: 100%;
  max-width:1080px;
  margin:auto;
  padding:70px 15px;
}
.terms-privacy-wrap .main-heading{
  margin-bottom:30px;
  text-align:left;
}
.terms-privacy-wrap p{
  font-size:14px;
  font-weight:500;
  color:var(--gg-dark-grey);
}
.terms-privacy-wrap p a{
  color:var(--gg-dark-grey);
  font-weight:600;
  transition:all 0.4s ease-in-out;
  text-decoration:none;
}
.terms-privacy-wrap p a:hover{
  color:var(--gg-theme-green);
}