@charset "UTF-8";

/* content about */
.content_privacy {
  width: 860px;
  margin: 64px auto 0;
  padding: 56px;
}
.content_privacy .title_all_posts:first-of-type {
  margin-top: 56px;
}
.title_content_privacy:first-of-type {
  margin-top: 0px;
}
.desciption_content_privacy {
  margin: 24px auto 56px;
}
.desciption_content_privacy:first-child {
  margin-top: 0px;
}
.desciption_content_privacy:last-child {
  margin-bottom: 0px;
}
.list_privacy {
  margin-bottom: 24px;
}
.extra_margin {
  margin-bottom: 40px !important;
}

/*---------------------------------------------------------------*\
$1000px
\*---------------------------------------------------------------*/
@media screen and (max-width: 1000px) {

  /* content about */
  .content_privacy {
    width: 100%;
    padding: 5%;
    border: none !important;
    border-radius: inherit !important;
  }
}

/*--------------------------------------------------------------*\
$600px
\*---------------------------------------------------------------*/
@media screen and (max-width: 600px) {

  /* content about */
  .content_privacy {
    margin-top: 40px;
  }
  .desciption_content_privacy {
    font-size: 13px;
  }
}