.page-id-1616 h1 {
    margin-bottom: 16px;
}

.footerwrapico img {
    width: 31px;
    height: auto !important;
}

figure.hero-star-ico {
    width: auto;
    height: 20px;
}

/* 404 Page Complete css */
  
  div#content.page-404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* padding: 100px 0px; */
  max-width: 1350px;
  margin: 0 auto;
  row-gap: 35px;
  }
  
  .page-404 {
  padding: 180px 60px 120px 60px !important;
  gap: 43px;
  flex-direction: column;
  align-items: center;
  }
  .page-404 h1 {
  text-align: center;
  }
  
  .page-404 img {
  width: 40% !important;
  }
  
  .anfrage-col.listandsell-button.error-btn a {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 12px 20px;
  border-radius: 8px;
  background-color: #1D7FC3;
  color: #fff;
  font-size: 20px;
  transition: all 0.4s ease-in-out;
  }
  
  .anfrage-col.listandsell-button.error-btn a:hover{
  background-color: #0D2535;
  }
  .error-desc{
  text-align: center;
  }
  
  .anfrage-col.listandsell-button.error-btn {
  display: flex;
  justify-content: center;
  }

  @media only screen and (max-width : 1024px){
    .page-404 {
    padding: 80px 60px 80px 60px !important;
}
  }