.page-not-found-section {
    text-align: center;
}
.page-not-found-section {
    text-align: center;
    padding-bottom:135px;
    padding:60px 0px 162px;
}
.page-not-found-section .head-title {
    margin:25px 0 15px 0;
    padding: 0px;
    font-family: Biotif;
    font-weight: 600;
    font-size: 72px;
    line-height: 78px;
    letter-spacing: -1;
    text-align: center;
    color: rgba(51, 71, 91, 1);
}
.page-not-found-section a {
    background: #F87252;
    font-family: Biotif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    max-width: 221px;
    width: 100%;
    display: inline-block;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.page-not-found-section .home-btn {
    margin-top: 28px;
}
.page-not-found-section a:hover{
     background: #f7522a;
     color: #fff;
     border-color: #f7522a;
}
 .page-page-not-found p{
    color: rgba(51, 71, 91, 0.9);
   font-family: Biotif;
   font-weight: 400;
   font-size: 17px;
   line-height: 31px;
   letter-spacing: 0;
   text-align: center;
 }
