.privacy{
  margin: 0 auto 100px;
  min-height: 500px;
}
.privacy h2,
.h2_title_sub {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding: 0 0 12px;
  margin-bottom: 30px;
}
.privacy h2:before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 4px;
  bottom: 0;
  background-color: var(--ember-color);
}
.h2_title_sub:before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 4px;
  bottom: 0;
  background-color: #20365a;
}

.first_text,
.privacy .privacy_text {
  margin-bottom: 50px;
}

.privacy_text a {
  text-decoration: underline;
  color: #1051b3;
}

@media (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
  .privacy h2,
  .h2_title_sub {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
}
@media (max-width: 375px) {
}
