#not-found .section-title{
    margin: 0 0 10px;
}

#not-found .section-sTitle{
    margin: 0 0 45px;
    font-size: 18px;
    line-height: 1.9em;
    color: #000;
    letter-spacing: 0.5px;
}

#not-found .not-found-wrp{
    width: 60%;
    max-width: 580px;
    margin: 0 auto;
}

#not-found .not-found-wrp p{
    font-size: 15px;
    line-height: 1.9em;
    color: #666;
    letter-spacing: 0.5px;
    margin: 0 0 2em;
}

@media screen and (max-width:767px){
    #not-found .not-found-wrp{
        width: 100%;
        max-width: auto;
        margin: 0 auto;
        box-sizing: border-box;
    }
}