.site-main.page-404 {
  padding-top: 100px;
  padding-bottom: 75px;
}
.page-404 .block-404 {
  max-width: 850px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("assets/images/404-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 130px;
  gap: 24px;
}
.page-404 .block-404 .text-404 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 24px;
}
.page-404 .block-404 .btn-home {
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  font-family: "Poppins";
  text-transform: uppercase;
  background-color: #ff7606;
  padding: 12px 52px;
  border-radius: 8px;
  transition: 0.2s;
}
.page-404 .block-404 .btn-home:hover {
  background-color: #ff953d;
}

@media only screen and (max-width: 768px) {
  .block-404 img {
    object-fit: contain;
    width: auto !important;
    height: auto;
    max-width: 250px;
  }
  .page-404 .block-404 .text-404 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
}
}
