.privacy-main {
  background: #fff;
}

.privacy-container {
  max-width: 1040px;
  margin: 0 auto;
}

.privacy-index {
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
  padding: 24px 30px;
  border-radius: 12px;
  align-items: center;
  background: var(--meets-pale-blue);
}

.privacy-index a {
  position: relative;
  display: flex;
  width: 300px;
  min-height: 54px;
  padding: 8px 38px 8px 12px;
  align-items: center;
  justify-content: center;
  color: #202020;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
}

.privacy-index a::after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 12px;
  transform: translateY(-50%);
}

.privacy-heading,
.privacy-subheading {
  display: flex;
  gap: 15px;
  margin: 0 0 25px;
  align-items: center;
  color: var(--meets-deep-green);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
}

.privacy-heading::before,
.privacy-subheading::before {
  content: "";
  width: 15px;
  height: 40px;
  flex: 0 0 15px;
  background: var(--meets-deep-green);
}

.privacy-subsection {
  margin-top: 40px;
  padding-left: 22px;
  scroll-margin-top: 20px;
}

.privacy-subheading {
  margin-bottom: 20px;
  color: #202020;
}

.privacy-subheading::before {
  background: #bfa1af;
}

.privacy-text {
  margin-bottom: 40px;
}

.privacy-text p {
  margin: 0 0 1.5rem;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
}

.privacy-text p:last-child {
  margin-bottom: 0;
}

.privacy-text a {
  color: #0076a3;
  font-weight: 600;
  text-decoration: underline;
}

#privacy-policy,
#privacy-contact {
  scroll-margin-top: 20px;
}

.privacy-container{
  font-weight: 500;  
}

.privacy-container p{ 
  text-indent: 1em;
  font-size: 18px;
  margin-bottom: 20px;
}

.privacy-container ol{
  list-style: decimal;
}
.privacy-container ol > li{
  margin-left: 1.5em;
  padding-left: 0.5em;
  margin-bottom: 20px;
}
.privacy-container ol > li::marker {
  font-weight: bold;
}
.privacy-container ul{
  list-style: none;
}
.privacy-container ul > li {
  position: relative;
  padding-left: 24px;
}
.privacy-container ul > li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 5px;
  width: 8px;
  height: 8px;
  background-color: #202020;
  border-radius: 5px;
}
.privacy-container ol.under_ol  > li{
  margin-bottom: 0;
}
.privacy-container ol.under_ol  > li::marker{
  font-weight: unset;
}


@media (max-width: 750px) {
  .privacy-index {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
    padding: 16px;
    align-items: stretch;
  }

  .privacy-index a {
    width: 100%;
    min-height: 50px;
    font-size: 17px;
  }

  .privacy-heading,
  .privacy-subheading {
    gap: 10px;
    margin-bottom: 15px;
    font-size: 24px;
  }

  .privacy-heading::before,
  .privacy-subheading::before {
    width: 10px;
    height: 34px;
    flex-basis: 10px;
  }

  .privacy-subsection {
    margin-top: 30px;
    padding-left: 0;
  }

  .privacy-text p {
    font-size: 17px;
    line-height: 1.75;
  }

  
  .privacy-container{
    font-weight: 400;
    font-size: 18px;
  }

  .privacy-container p{ 
    margin-bottom: 20px;
  }

}
