.privacy-content {
  margin-top: 64px;
  padding: 0 0 80px;
}
.privacy-content__body {
  border-top: 1px solid #004c51;
  padding-top: 64px;
  display: flex;
  flex-direction: row-reverse;
  gap: 64px;
}
@media (max-width: 991px) {
  .privacy-content__body {
    flex-direction: column;
    gap: 48px;
  }
}
.privacy-content__list {
  max-width: 336px;
  width: 100%;
}
@media (max-width: 991px) {
  .privacy-content__list {
    max-width: 100%;
  }
}
.privacy-content__list-inner {
  position: sticky;
  top: 120px;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 48px 24px;
  border: 1px solid #004c51;
  border-radius: 24px;
  min-width: 336px;
  max-width: 400px;
  background: #fff url("/wp-content/themes/islamichelp/assets/images/privacy-content-menu-bg.png") no-repeat top center;
}
@media (max-width: 991px) {
  .privacy-content__list-inner {
    position: static;
    top: 0;
    height: auto;
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    min-width: auto;
    max-width: 100%;
  }
}
.privacy-content__list-title {
  font-family: "Work Sans", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
  color: #004c51;
}
@media (max-width: 991px) {
  .privacy-content__list-title {
    display: none;
  }
}
.privacy-content__list-items {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .privacy-content__list-items {
    margin: 0;
    padding: 0;
  }
}
.privacy-content__item {
  padding: 16px 8px;
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #012527;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 991px) {
  .privacy-content__item {
    width: auto;
    min-width: -moz-fit-content;
    min-width: fit-content;
    margin-right: 4px;
    white-space: nowrap;
    border: 1px solid #a6c0c2;
    border-radius: 100px;
    padding-block: 18px;
    padding-inline: 20px;
    background: #fff;
    padding: 18.5px 20px;
    font-family: "Work Sans", sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 1;
    color: #004c51;
  }
  .privacy-content__item:hover {
    background: #f7fcfa;
  }
}
@media screen and (max-width: 991px) {
  .privacy-content__item-number {
    display: none;
  }
}
.privacy-content__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.33333;
  color: #012527;
}
.privacy-content__content-item {
  scroll-margin-top: 100px;
}
.privacy-content__content-title {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.66667;
  color: #012527;
  margin-bottom: 24px;
}
.privacy-content__content-text h3 {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #012527;
  margin-top: 32px;
}
.privacy-content__content-text ul {
  margin-top: 16px;
  padding-left: 26px;
}
.privacy-content__content-text ul li {
  list-style: disc;
}/*# sourceMappingURL=style.css.map */