.Page_Header{
  margin-top: calc(220px - 4rem);
    .Title, p{
    color:var(--blue);
  }
  
  .Title{
    text-transform:uppercase;
    font-size:72px;
  }
  
  p{
    width:50%;
  }

  @media screen and (max-width:1024px){
    .Title{
      font-size:56px;
    }
    p{
      width:100%;
    }
  }
}
