.not-found-preset-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 72px;
    line-height: 82px;
    margin-top: 100px;
    margin-bottom: 60px !important;
    letter-spacing: -0.2rem;

}

.not-found-preset-text-2 {
    flex: 1;
    margin-top: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 50px;
}

.o-primary-button{
    padding: 13px 35px 13px 35px;
}

.o-primary-button > i {
    margin-left: 10px;
    font-weight: 500;
}

.main-section-phone-notfound {
    display: none !important;
}

@media only screen and (max-width: 540px) {
    .main-section-dekstop-notfound {
        display: none;
    }

    .main-section-phone-notfound {
        display: block !important;
    }
}