 .PageTitle{
      display: flex !important;
      flex-direction: row !important;
      align-items: center !important;
      justify-content: center !important;
      text-align: center !important;
      height: 12.5rem !important;
      width: 100% !important;
      background: black;
      color: #fff !important;
      font-size: 2.3rem !important;
      font-weight: 500 !important;
      margin-top: 10rem;
 }
 .PageImage {
   display: none;
 }

 .Container{
 	width: 100%;
 	display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 1rem !important;
    transition: all 0.5s!important;
 }

 p{
 	font-size: 1.1rem !important;
 	font-weight: 500 !important;
 	text-align: center;
 	margin-top: 3rem;
 }

 .Container .Testo p {
   font-weight: 400 !important;
   text-align: center;
   margin-top: 3rem;
   font-size: 0.9rem !important;
   line-height: 1.3rem;
   margin-bottom: 1rem;
 }
 .Container .Testo p a {
   color: #545454 !important;
 }


 .footer-container p {
    font-size: 0.85rem !important;
    text-align: left !important;
 }


 /* Mobile  */
  @media screen and (max-width: 440px) {

    .PageTitle {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        height: 12.5rem !important;
        width: 100% !important;
        background: black;
        color: #fff !important;
        font-size: 1.5rem !important;
        font-weight: 500 !important;
        margin-top: 5.5rem;
    }
    .Container .Testo p {
        font-weight: 400 !important;
        text-align: center;
        margin-top: 3rem;
        line-height: 1.3rem;
        margin-bottom: 1rem;

        padding: 1rem;
        padding-top: 0rem;
        font-size: 1.2rem !important;
        line-height: 1.7rem;
    }









  }