.fg-terms {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.fg-terms-container {
  height: calc(100% - 150px);
  width: 100%;
  overflow-x: auto;
  margin-top: 75px;
}

.fg-terms-content {
  width: 100%;
  max-width: 1024px;
  margin: 25px auto 10px;
  padding: 0 25px;
}

.fg-terms-heading {
  font-family: 'Lato-Light';
  font-size: 50px;
  color: black;
  line-height: 1.2;
}

.fg-terms-list-heading {
  font-family: 'AzoSans-Medium';
  font-size: 15px;
  color: black;
  margin-bottom: 25px;
}

.fg-terms-text {
  font-family: 'AzoSans-Regular';
  font-size: 15px;
  line-height: 25px;
  color: #555;
  margin-bottom: 25px;
}

.fg-terms-link {
  font-family: 'AzoSans-Regular';
  font-size: 15px;
  line-height: 25px;
  color: #5c68a4;
  transition: color .4s ease;
}

.fg-terms-link:hover {
  color: #495383;
}

.fg-terms-item-list {
  font-family: 'AzoSans-Regular';
  font-size: 15px;
  line-height: 25px;
  color: black;
}
