/*==========  Desktop First  ========== */
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  header {
    width: 100%;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  header {
    width: 100%;
  }
  footer {
    width: 100%;
    margin: 0;
  }

  .title_page_history {
    font-size: 22px;
    /* display: flex;
    justify-content: center; */
  }
  .par {
    display: block;
    width: 100%;
  }
  .text_par {
    width: 100%;
    font-size: 13px;
    margin-right: 0;
  }
  .par img{
    width: 100%;
  }
  .container{
    width: 90%;
    margin: 0;
  }
  }
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  header {
    width: 100%;
  }
  footer {
    width: 100%;
    margin: 0;
  }
  body{
    width: 100%;
  }
  .main_his{
    width: 100%;
  }
  .title_page_history {
    font-size: 22px;
    /* display: flex;
    justify-content: center; */
    padding: 40px 0px;
    margin: 0;
  }
  .par {
    display: block;
    margin: 0;
  }
  .text_par {
    width: 100%;
    font-size: 13px;
    margin: 0;
  }
  .par img{
    width: 100%;
    padding: 15px 0px;
  }
  .container{
    width: 90%;
    margin: 0;
  }
  }
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  body{
    width: 100%;
  }
  header {
    width: 100%;
  }
  footer {
    width: 100%;
    margin: 0;
  }
  .title_page_history {
    font-size: 22px;
    /* display: flex;
    justify-content: center; */
    padding: 40px 0px;
    margin: 0;
  }
  .par {
    display: block;
    width: 100%;
  }
  .text_par {
    width: 100%;
    font-size: 15px;
    margin: 0;
  }
  .par img{
    width: 100%;
  }
  .main_his{
    width: 100%;
  }
  .his_wrapper{
    width: 100%;
  }
  .container{
    width: 90%;
  }
}
/*==========  Mobile First  ========== */
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /* */
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /* */
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /* */
}

/*# sourceMappingURL=adaptive.css.map */
