section.not-found-section .tabs-section {
    display: block;
}

.not-found-block__title {
    padding: 1.5em;
}

.not-found-block p {
    color: #666;
    font-style: normal;
}

.tabs-section #center-blocks .not-found-block a {
    font-size: inherit;
}

@media screen and (max-width: 767px) {
    section.not-found-section #center-blocks .not-found-block__title {
        font-size: 18px;
    }
    
    section.not-found-section #center-blocks .not-found-block p {
        font-size: 14px;
    }
}