@media (max-width: 425px) {
    .btn-mob {
        width: 100% !important;
    }
}

.not-found-title {
    color: #121212;
    font-family: "Helvetica Rounded Condensed";
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%; /* 105% */ 
}

.not-found-text{
    color: #3A3938;
text-align: center;
font-family: "New Zen Regular";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 28.8px */
max-width: 518px;
}