.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;
}

@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){

}