.pageContent {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: pageContent;
  background-color: rgb(255, 255, 255);
}

.news {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-area: news;
  background-color: rgba(255, 255, 255, 0.448);
}

@media (min-width: 769px) {
  #proiect {
    text-align: justify;
    line-height: 2em;
    border: thin silver solid;
    padding: 0.5em;
    border-radius: 10px;
    max-width: 954px;
    margin: auto;
  }

  h2 {
    text-align: center;
    line-height: 1.5;
  }

  figure#p_image {
    width: 650px;
    float: left;
    margin: 10px 20px 0px 0px;
  }

  figure#p_image2 {
    width: 640px;
    float: right;
    margin: 10px 0px 0px 20px;
  }

  figure#p_image3 {
    width: 480px;
    float: left;
    margin: 10px 20px 0px 0px;
  }
  
  figure#p_image4 {
    width: 500px;
    align-content: center;
    margin: auto;
  }

  p {
    line-height: 1.8;
  }

  figcaption {
    color: grey;
    font-size: small;
    text-align: center;
    margin-top: -15px;
  }

  #disclaimer {
    text-align: justify;
    border-top: thin silver solid;
    border-bottom: thin silver solid;
    padding: 0.5em;
    margin-bottom: 50px;
  }


  a:link,
  a:visited,
  a:hover,
  a:active {
    text-decoration: none;
    color: black;
  }

 
  #sigla_DRP a {
    margin-left: 20px;
  }
  
  #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 3px;
    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;
  }
 
}
