.journal-full {
    padding-top: 48px;
    background: url(../../../css/line.svg) top left no-repeat;
}
.journal-full-header {
    display: flex;
    margin-bottom: 100px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
}
.path-node.node--type-article-magaz #main.container-fluid {
    padding-top: 0;
}
.journal-full-header-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 20px;
}
.journal-full-title {
    margin-bottom: 15px;
    font-size: 2rem;
    text-transform: uppercase;
}
.journal-full-author {
    margin-bottom: 48px;
    font-size: 1.125rem;
}
.journal-full-created {
    margin-bottom: 56px;
    font-size: 1rem;
    color: #808080;
}
.journal-full-header-bottom {
    padding-top: 210px;
}
.journal-full-teaser .field__label,
.journal-full-keys .field__label {
    font-size: 1.125rem;
    margin-bottom: 15px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
}
.journal-full-keys,
.journal-full-teaser {
    margin-bottom: 30px;
}
.journal-full-keys .field__item,
.journal-full-teaser .field__item {
    font-style: italic;
}
.journal-full-body {
    padding-top: 30px;
    margin-bottom: 30px;
}
.journal-full-flag {
    margin-bottom: 20px;
}
.journal-full-flag-label {
    margin-bottom: 7px;
    font-weight: 700;
}