.PP-content-main {
    background: #F8F9FA;
    padding: 3rem 0 1.5rem;
    margin-top: 8rem;
  }
  .PP-content-submain p{
    font-family: 'AvenirLTProLight';
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    color: #3C3C3C;
  }
  .PP-content-main h1{
    font-family: 'AvenirLTProBlack';
    text-transform: uppercase;
    font-size: 48px;
    line-height: 66px;
    font-weight: 800;
    color: #3C3C3C;
    margin-bottom: 24px;
  }
  .error{
    height: 800px;
    margin-top: 3rem;

  }
  .errors{
    background-image: url(../img/Error_background.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 100%;
    height: 699px;
    padding: 14rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .full{
    width: 421px;
    margin: auto;
  }
  .error h1{
    text-align: center;
    font-family: 'AvenirLTProBlack';
    text-transform: capitalize;
    font-size: 200px;
    line-height: 26px;
    font-weight: 900;
    color: #3C3C3C;
    margin-bottom: 13px;
}
  .error_404{
    margin-top: 201px;
    margin-left: 520px;
    width: 356px;
    height: 142px;
  }
  .error_text{
    font-family: 'Avenir';
    font-size: 15px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    letter-spacing: 0.675px;
    color: var(--neutral-800, #3C3C3C);
    text-align: center;
    width: 421px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 67px;
    margin-bottom: 36px;
  }
  .back_error{
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    background: var(--Primary, #D71E04);
    color: var(--neutral-white, #FFF);
    border: 0px;
    margin-left: auto;
    margin-right: auto;
  }