.flex{display: flex;flex-direction: row;justify-content: flex-start;align-items: flex-start;}

.seoText__block{margin: 70px 0;}
.seoText__block p {font-size: 14px;color: var(--muted);margin: 0 0 20px 0;}

/* 404 */
.error404__page{padding: 85px 0 120px 0;}
.error404__page .container.flex{flex-direction: column;align-items: center;}
.error404__page .title{font-size: 100px;font-weight: 700;line-height: 0.8;color: #151515;text-transform: uppercase;margin-bottom: 20px;}
.error404__page .text{font-size: 16px;font-weight: 600;color: #151515;text-align: center;margin-bottom: 50px;}
.error404__page .btn{min-width: 340px;height: 55px;}


@media (max-width: 767px) {
    /* 404 */
    .error404__page{padding: 45px 0 60px 0;}
    .error404__page .title{font-size: 60px;}
    .error404__page .text{font-size: 14px;margin-bottom: 30px;}
    .error404__page .btn{min-width: 240px;height: 40px;}
}