.page-not-found{
   text-align: center;
   margin: auto;
   width: 360px;
}

.page-not-found .bank-logo img{
     width: 190px;
     height: 30px;
}

.page-not-found .error-img{
     margin-top: 110px;
 }

 .page-not-found .error-img img{
      width: 306px;
      height: 122px;
  }

.page-not-found .error-text{
    margin-top: 50px;
    font-size: 24px;
    color: #444444;
}

.page-not-found .error-desc{
    margin-top: 20px;
    font-size: 14px;
    color: #444444;
}

.page-not-found .cta-btn{
    margin-top: 36px;
}

.page-not-found .cta-btn .btn{
    width: auto;
}

@media(max-width: 479px){

    .page-not-found{
        margin-left: 30px;
        margin-right: 30px;
        width: auto;
    }

    .page-not-found .bank-logo{
        margin-top:20px;
    }

    .page-not-found .error-img{
        margin-top: 80px;
    }

    .page-not-found .error-text{
        margin-top: 50px;
    }

    .page-not-found .error-desc{
        margin-top: 20px;
    }

    .page-not-found .cta-btn{
        margin-top: 36px;
    }

    .page-not-found .error-img img {
        width: 258px;
        height: 102px;
    }
}