#planet9 {
  background: linear-gradient(to top, transparent 90%, black 100%),
    linear-gradient(to bottom, transparent 90%, black 100%),
    url("../assets/images/planet9-bg.jpg") center no-repeat #000;
  background-size: 100% auto;
}
#planet9 h3 {
  font-family: "tt-squaresbold";
  color: #00bfb2;
}
@media (min-width: 992px) {
  #guarantee .guarantee-border {
    margin-top: -270px;
  }
}
@media (min-width: 1200px) {
  #guarantee .guarantee-border {
    margin-top: -300px;
  }
}
