.image-section2 {
  min-height: 100vh;
  width: 100%;
  background-color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 133px;
}
.image-section2 .content_section {
  display: flex;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0)
  );
  padding-bottom: 50px;
}
.error_code {
  opacity: 0.4;
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.error_msg {
  margin-top: 14px;
  font-size: 34px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.page_links {
  display: flex;
  flex-direction: row;
  gap: 44px;
  margin-top: 20px;
}
.page_links a {
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #00c3e5;
}
.banner_404 {
  width: 100%;
  height: auto !important;
  position: absolute;
  top: 200px;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .image-section2 {
    padding-top: 100px;
  }
  .banner_404 {
    width: 100vw;
    position: absolute;
    top: 250px;
    object-fit: cover;
  }
  .error_code {
    font-size: 16px;
  }
  .error_msg {
    margin-top: 14px;
    font-size: 20px;
  }
  .page_links {
    gap: 44px;
    margin-top: 20px;
  }
  .page_links a {
    font-size: 18px;
  }
}
