

#custom-404-page{
    margin: 75px auto;
}
#custom-404-page .wrapper{
    max-width: 840px;
    margin: 0 auto;
    padding: 0 15px;
}
#custom-404-page .sub-title{
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}
#custom-404-page .title{
    text-align: center;
    margin-bottom: 30px;
}
#custom-404-page .title h1{
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Inter';
}
#custom-404-page .description{
    text-align: center;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 3px;
}
#custom-404-page .description-2{
    font-size: 14px;
    text-align: center;
    max-width: 420px;
    margin: 0 auto 50px auto;
}
#custom-404-page .bottom-section{
    display: flex;
    justify-content: space-between;
}
#custom-404-page .bottom-section .bs-left{
    width: 100%;
}
#custom-404-page .bottom-section .bs-left ul{
    
}
#custom-404-page .bottom-section .bs-left ul li{
    
}
#custom-404-page .bottom-section .bs-left ul li a{
    font-size: 14px;
    color: #444;
    transition-duration: 0.8s;
    transition-delay: 0.2s;
}
#custom-404-page .bottom-section .bs-left ul li a:hover{
    color: #000;
}
#custom-404-page .bottom-section .bs-right{
    width: 100%;
    align-self: center;
}
#custom-404-page .bottom-section .bs-right .icon{
    text-align: center;
    height: 200px;
}
#custom-404-page .bottom-section .bs-right .icon i{
    font-size: 96px;
    transform: scaleX(-1);
}
#custom-404-page .bottom-section .bs-right .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}






























