@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;
    }

   


    #p_image img{
        align-self: center;
        width: 100%;
    }

   #proiect {
    margin: 5px;
    text-align: justify;
    line-height: 1.5em;
    display: flex;
    flex-direction: column;
  }

  #proiect h2 {
    text-align: center;
    font-size: 18px;
    text-decoration: underline;
  }
  
  figure {
    margin: 0;
  }

   
}