.page-not-found-area {
    padding:15px 0 20px;
}
.page-not-found-content {
    text-align: center;
    max-width:605px;
    width: 100%;
    margin: 0 auto;
}
.page-not-found-content h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 138px;
    margin: 0 0 68px;
    letter-spacing: -0.02em;
    color: #567FBB;
}
.page-not-found-content h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #000;
    margin: 2px 0 20px;
    letter-spacing: -0.02em;
}

.page-not-found-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.86);
}
.page-not-found-content .button-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
   margin-top: 32px;
}
.page-not-found-content .button-wrap a {
    display: inline-flex;
    padding: 13px 36px;
    justify-content: center;
    align-items: center;
    border: 0;
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    min-width: 216px;
    text-align: center;
    min-height: 46px;
    -webkit-transition: all 0.5s 
ease 0s;
    transition: all 0.5s 
ease 0s;
    font-family: Manrope;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    background: #567FBB;
}
.page-not-found-content .button-wrap a:hover {
    background: #3E74C4;
    color: #ffffff;
}
