/* start: Hero */
.hero-section {
  padding: 48px 0;
  background-image: linear-gradient(
      to right,
      rgba(90, 173, 153, 0.9),
      rgba(90, 173, 153, 0.9)
    ),
    url(/app/seller/messages/bg.png);
  background-size: cover;
}
.hero-title {
  font-size: var(--text-4xl);
  font-weight: 700;
  text-align: center;
  color: var(--white);
  line-height: 1.2;
}
/* end: Hero */

/* start: Terms */
.privacy-section {
  padding: 48px 0;
}
.privacy-item {
  margin-bottom: 32px;
}
.privacy-item:last-child {
  margin-bottom: 0;
}
.privacy-title {
  font-size: var(--text-2xl);
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.2;
}
.privacy-subtitle {
  font-size: var(--text-xl);
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 16px;
  line-height: 1.3;
}
.privacy-item p {
  font-size: var(--text-base);
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 16px;
}
.privacy-list {
  padding-left: 16px;
  margin-bottom: 16px;
}
.privacy-list > li {
  margin-bottom: 8px;
  line-height: 1.5;
}
/* end: Terms */

/* start: Breakpoints */
@media screen and (max-width: 767px) {
  .hero-title {
    font-size: var(--text-3xl);
  }
}
/* end: Breakpoints */
#navbar-postcode {
  display: none !important;
}
