@media all and (max-width: 768px) {
  .pageContent {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: pageContent;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
  }

.news {
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: news;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
}

  #proiect {
    text-align: justify;
    line-height: 1.5em;
    display: flex;
    flex-direction: column;
  }

  #proiect h2 {
    text-align: center;
    font-size: 18px;
    text-decoration: underline;
  }

  #proiect h4 {
    font-size: 16px;
  }

  figure {
    margin: 0;
  }

  #p_image img,
  #p_image2 img,
  #p_image3 img,
  #p_image4 img {
    width: 100%;
  }

  figcaption {
    font-size: x-small;
    color: grey;
    text-align: center;
    margin-top: -10px;
  }

  
  a:link,
  a:visited,
  a:hover,
  a:active {
    text-decoration: none;
    color: black;
  }
  
  #disclaimer {
    text-align: justify;
    border-top: thin silver solid;
    border-bottom: thin silver solid;
    padding: 0.5em;
    margin: 0 0 40px 0;
  }
  
  #sigla_DRP a {
    margin-left: 90px;
  }
  
   #titlu_stiri {
    border-top: thin silver solid;
    border-bottom: thin silver solid;
    text-align: center;
    margin: 20px 20px 0 20px;
  }
  
  #titlu_stiri h4 {
      margin: 10px 0 10px 0;
  }

  .anunt {
    margin: 20px 0 0 0;
    padding: 0.5em;
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-decoration: none;
    align-items: center;
    background-color: rgb(253, 245, 226);
  }

  .anunt:hover {
    background-color: rgb(252, 241, 197);
    opacity: 0.8;
  }

  .anunturi p {
    text-align: center;
    font-size: .9em;
  }

  .anunturi .smallfont {
    font-size: .8em;
  }
}
