.hero_privacy {
  padding-top: 145px;
  padding-bottom: 74px;
  background-color: #1c263d;
}

.privacy__title {
  margin-bottom: 28px;
  font-family: Arvo;
  font-weight: 700;
  font-size: 3rem;
  line-height: 100%;
  color: #fff;
}

.privacy__content {
  padding-top: 60px;
  padding-bottom: 60px;
}

.privacy_date {
  font-family: Arvo;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  color: #091235;
  margin-bottom: 40px;
}

.privacy_paragraph {
  font-family: Arvo;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  color: #091235;
  margin-bottom: 20px;
}

.privacy__content h4 {
  font-family: Arvo;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0;
  color: #091235;
  margin-bottom: 20px;
}

.privacy__content h4 ~ p {
  font-family: Bona Nova;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  color: #091235;
  margin-bottom: 20px;
}

.privacy__content .wp-block-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
}

.privacy__content .wp-block-list li {
  position: relative;
  padding-left: 30px;
  font-family: Bona Nova;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #091235;
}

.privacy__content .wp-block-list li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #091235;
  border-radius: 50%;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.privacy_contacts p {
  font-family: Arvo;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  color: #091235;
  margin-bottom: 10px;
}

.privacy_contacts p strong {
  margin-right: 10px;
}

@media (max-width: 576px) {
  .hero_privacy {
    padding-top: 110px;
    padding-bottom: 40px;
  }
  .privacy__content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .privacy__title {
    font-size: 28px;
    text-align: center;
  }

  .privacy_paragraph {
    font-size: 20px;
    text-align: center;
  }

  .privacy__content h4 {
    font-size: 24px;
  }

  .privacy__content h4 ~ p {
    font-size: 20px;
    text-align: center;
  }

  .privacy_contacts p {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 500px) {
  .privacy_contacts p {
    flex-direction: column;
    align-items: center;
  }
}
