.error-wrapper {
    background-color: #F6F7FC;
    height:100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-wrapper .container{
    text-align: center;
}

.error-wrapper .container .title{
   font-size: 60px;
   font-weight: 600;
   line-height: 90px;
}
.error-wrapper .container .text{
    font-size: 20px;
    font-weight: 300;
    line-height: 33px;
    margin-bottom: 40px;
}

.error-wrapper .btn-error .btn-left {
    display: inline-block;
    color: #fff;
    background-color: #ff5000;
    padding: 8px 30px;
    border-radius: 30px;
    font-size: 15px;
    line-height: 24px; 
    margin-bottom: 15px;
}
.error-wrapper .btn-error .btn-right {
    display: inline-block;
    color: #fff;
    background-color: #ff5000;
    padding: 8px 30px;
    border-radius: 30px;
    font-size: 15px;
    line-height: 24px; 
}

.border-bottom {
    border-bottom: 1px solid #efefef ;
}

@media (min-width: 360px){
    .error-wrapper .btn-error .btn-left {
        margin-right: 15px;
    }
    .error-wrapper .btn-error .btn-right {
        margin-left: 15px;
    }
    
}
@media (max-width: 768px){
    .sp-none {
        display: none;
    }
}