@media screen and (min-width: 1000px) {
  .article_global_container {
    margin-top: 8rem;
    width: 100%;
    background-color: white;
    border-radius: 1rem;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    padding: 2rem;
  }
  article_content {
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  }
  .article_title {
    font-size: 2.5rem;
    color: rgba(8, 75, 132, 1);
    margin-top: 5rem;
  }
  .article_subtitle {
    font-size: 1.5rem;
    color: rgba(8, 75, 132, 1);
    margin-top: -1rem;
    margin-bottom: 2rem;
  }
  .illustration_article {
    width: 100%;
    height: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-radius: 1rem;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  }
  .backButton {
    margin-top: 2rem;
  }
}
