.page-page-not-found .page-content{
    background: url('https://www.webcommander.com/template/5731a701/images/error-bg.png') no-repeat;
    object-fit: cover;
    background-position: center;
}

.page-page-not-found .widget-pageHeading {
    display: none;
}
.page-page-not-found .article-content {
    max-width: 1200px;
    margin: 0 auto;
}
.page-404-container a {
    display: block;
    font-style: normal;
    font-weight:600;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    text-align: center;
    text-transform: capitalize;
    padding: 10px 26px;
    text-decoration: none;
    background: #008DF2;
    max-width:170px;
    border-radius: 60px;
    margin-top: 64px;
}
.page-404-container a:hover{
  background: #000;
  color: #FFF;
}
.page-404-container figure {
    margin: 0;
}
.page-404-container {
      padding:126px 30px 183px 30px;
      max-width:600px;
}
.page-404-container .head-title{
    font-family: Lexend;
    font-size: 57px;
    font-weight: 600;
    line-height: 85px;
    letter-spacing: -0.02em;
    text-align: left;
    margin: 8px 0 14px 0;
    padding: 0;
}
.page-404-container p{
   font-family: Inter;
   font-size: 18px;
   font-weight: 400;
   line-height: 32px;
   text-align: left;
}

@media screen and (max-width:1200px) {
.responsive .page-404-container {
    padding:100px 20px 125px 20px;
}
.responsive .page-404-container .head-title{
    font-size: 40px;
    line-height: 50px;
}
.responsive .page-404-container p {
    font-family: Inter;
    font-size: 17px;
    font-weight: 400;
    line-height: 29px;
    text-align: left;
}
  
}
  
@media screen and (max-width:991px) {
  .responsive .page-404-container {
    padding: 100px 20px 125px 20px;
    max-width: 430px;
}
 .responsive .page-404-container a {
    margin-top: 35px;
}
}

@media screen and (max-width:767px) {
.responsive .page-404-container {
    padding: 60px 20px 70px 20px;
    max-width: 430px;
}
.responsive .page-404-container .head-title {
    font-size: 35px;
    line-height: 38px;
    margin:17px 0 18px 0;
}
.page-page-not-found .page-content {
    object-fit: cover;
    background-position: center bottom !important;
    background-size: 120%;
}
.responsive .page-404-container .error-icon img{
     max-width: 116px;
  }
}
  
