.terms {
  padding: 5rem 0;
  background-color: #000;
}
.terms hr {
  border-color: #fff;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.terms-title {
  font-size: 3rem;
  font-family: "Bebas Neue";
  color: #fff;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  line-height: 120%;
}
.terms-desc {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 2rem;
}
.terms-info .item-title {
  font-family: "Bebas Neue";
  color: #fff;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 200;
  margin-bottom: 0.5rem;
}
.terms-info .item-content ul {
  padding: 0 0 0 15px;
}
.terms-info .item-content ul li {
  color: #fff;
}
.terms-info .item-content p {
  color: #fff;
  font-size: 1rem;
  font-weight: 200;
  margin-bottom: 0.5rem;
}
.terms-info-map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 576px) {
  .contact-title {
    font-size: 2rem;
  }
  .contact-desc {
    font-size: 0.75rem;
  }
}