body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
}

input,
textarea {
  outline: none;
}

textarea {
  resize: none;
}

:focus {
  outline: none;
}

html {
  font-size: 62.5%;
}

html,
body {
  height: 100%;
}

body {
  min-width: 320px;
  font-family: 'PT Sans', sans-serif;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #111827;
}

header,
aside,
section,
footer {
  display: block;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  padding: 44px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  background: url("financial-data_1920_1080.jpg") no-repeat center top;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.content {
  width: 100%; 
}
.logo {
  margin-bottom: 55px;
  width: 100%;
  max-width: 310px;
}

.page-notfound {
  padding: 77px 0;
  width: 100%;
  background: rgba(0,0,49, 0.8);
  box-sizing: border-box;
}

.page-notfound__content {
  margin: 0 auto;
  width: 86vh;
  max-width: 90%; 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-notfound__content-wrap {
  width: 100%;  
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: rgba(0,112,255,0.03); 
}
 
.page-notfound__content-wrap span {
  display: block;
}

.page-notfound__content-wrap strong {
  font-weight: 700;
}
.page-notfound__content-wrap a {
  color: #029ce2;
}

@media (max-width: 768px) {

  .page-notfound__content-wrap { 
    font-size: 18px;
    line-height: 20px; 
  }
  .logo {
    margin-bottom: 20px;
    width: 100%;
    max-width: 150px;
  }

.page-notfound {
    padding: 30px 0; 
  } 
}
