.Error_404 .heading_section {
  font-size: 25px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
}
.Error_404 .heading_section span {
  font-size: 35px;
  font-weight: 700;
  color: var(--themeColor);
  text-transform: uppercase;
}
.Error_404 .sub_headings {
  left: 45%;
  margin-bottom: 10px;
}
.Error_404 .book_now {
  margin-left: 20px;
  padding: 10px 40px;
  border: 0;
  border-radius: 20px;
  background-color: var(--btnColor);
  color: var(--btnTextColor);
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .Error_404 {
    background-attachment: scroll;
  }
}
