.top-menu {
    display: inline-block;
    vertical-align: middle;
}

.aside-title {
    font-size: 18px;
}

.button-more-align-right {
    text-align: right;
}

.wrapped_breadcrumb {
    margin-bottom: 1rem;
    margin-top: 4rem;
}

.error404 .big-title h1 {
    text-align: center;
    font-weight: bold;
}

.e404-image,
.search-icon {
    text-align: center;
    margin: 4vw 0;
}

.button-home {
    margin-bottom: 2rem;
    text-align: center;
}

.cloud-off-icon,
.worning-icon {
    width: 256px;
    height: 256px;
    fill: #b3b3b3;
}

.menu-icon {
    width: 24px;
    height: 24px;
    fill: #fff;
}

.date-icon,
.folder-icon,
.tag-icon,
.comment-icon,
.arrow-right-icon {
    width: 24px;
    height: 24px;
    fill: #999;
    vertical-align: middle;
}
.related {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.related__link {
    display: block;
    flex-basis: 48%;
}
.related__link img {
    height: 300px;
    object-fit: cover;
    display: block;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .container .material-icons.icon-404 {
        margin-bottom: 1rem;
    }
}