.d-none {
  display: none !important;
}

.page-header {
  display: flex;
  justify-content: space-between;
}

.blue-arrow {
  height: 24px;
  width: 24px;
  background-image: url(/assets/icons/arrow_blue.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.privacy-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.privacy-section {
  max-width: 1440px;
}

.privacy-section h2 {
  margin-bottom: 8px;
}

.spacer-bottom {
  margin-bottom: 32px;
}

.privacy-section li {
  list-style: inside;
}

.support-container {
  margin: 64px 64px 32px 64px;
  overflow-y: auto;
}

.privacy-subline {
  margin-bottom: 8px;
}

.main-flexbox {
  display: flex;
  flex-direction: row;
}

.info-section {
  display: flex;
  flex-direction: row;
  margin-bottom: 16px;
}

.info-number {
  width: 48px;
  flex-shrink: 0;
  margin: 0 !important;
}

.help-subline {
  margin-bottom: 16px;
}

.help-headline {
  margin-bottom: 4px;
}

#right-content-wrapper {
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.join-link {
  color: #29abe2;
}

@media (max-width: 992px) {
  .support-container {
    padding: 0px;
    margin: 160px 32px;
  }
}

@media (max-width: 480px) {
  .support-container {
    padding: 0px;
    margin: 124px 16px 128px 16px;
  }
}
