.top_notFound404_mid{
    padding: 200px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top_notFound404_mid h1{
    font-size: 182px;
    font-weight: 800;
    color: #044758;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0;
    margin: 0;
}

.top_notFound404_mid p{
    font-size: 16px;
    font-weight: 400;
    color: #044758;
    line-height: 100%;
    letter-spacing: 0;
    margin: 35px 0 35px 0;
}

.notFound404_btn {
  width: 146px;
  height: 54px;
  background: #BA7263;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s;
}

.notFound404_btn:hover{
  background: #a85d3a;

}