h1 {
  font-size: 20px;
}

.parent-group {
  margin: 25px 0px;
}

.privacy-page .parent-group h1 {
  margin-left: 20px;
  margin-bottom: 25px;
}

.terms-page .parent-group .block:not(ol) {
  padding-left: 25px;
}

.terms-page .parent-group h1 {
  margin-bottom: 25px;
}

.terms-page .parent-group ol {
  padding-left: 80px;
}

div {
  font-size: 17px;
}

h1, h2 {
  font-weight: bold;
}

h2 {
  margin: 20px auto;
  font-size: 32px;
}


.block {
  margin-bottom: 20px;
}

.lower-roman {
  list-style: lower-roman;
}

.lower-alpha {
  list-style: lower-alpha;
}

.sidebar a {
  color: black;
}

.sidebar a:hover {
  color: black;
  text-decoration: none;
}
.sidebar a.active {
  font-weight: 600;
}

i {
  font-weight: 600;
}

.list-margin {
  margin-bottom: 15px;
}

.content {
  text-align: justify;
}

.effective-date {
  color: #cccccc;
}

.effective-date i {
  font-weight: 400;
}




@media screen and (min-width: 481px) {
  .inner {
    display: flex;
  }
  
  .sidebar {
    min-width: 200px;
    margin: 50px 20px 0 0;
  }

  
  .mobile-navbar {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .sidebar {
    display: none;
  }

  .mobile-navbar {
    position: fixed;
    width: 100%;
    border: none;
    border-radius: 0;
  }

  .mobile-navbar select {
    border-radius: 0px !important;
    background-color: #484848 !important;
    color: white;
    height: 50px;
  }
}
.container.legal {
  margin: 50px auto;
  padding-left: 0px;
  padding-right: 0px;
}

.container.legal h1 {
  text-align: left;
}

