.obj_article_details .abstract,
.obj_article_details .item> :last-child {
    text-align: justify;
}

.pkp_structure_page {
    margin-top: 0;
    margin-bottom: 0;
}

.item.references a {
    word-break: break-all;
}
.footer a{
    color: #1266f1
}
.editor-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.editor-container .row {
    display: flex;
    flex-basis: 100%;
    justify-content: space-between;
    margin-bottom: 20px
}

.editor-container .column {
    flex: 1;
    padding: 20px;
    border: 1px solid #04080f;
    border-radius: 5px;
    margin-right: 10px;
    background-color: #fff;
    color: #125691;
    transition: background-color .3s,color .3s,border .3s
}

.editor-container .column:hover {
    background: linear-gradient(to bottom left,#125691,#234377,#306e9f);
    color: #fff;
    font-weight: 700
}

.editor-container .column h2 {
    margin-top: 0
}

.editor-container .column p {
    margin-bottom: 0
}

.editor-container .column:last-child {
    margin-right: 0
}

.editor-container .column:hover {
    border: 2px solid #125691
}

.editor-container .column:hover h2,.editor-container .column:hover p {
    color: #fff
}

@media screen and (max-width: 768px) {
    .editor-container .row {
        flex-wrap:wrap;
        justify-content: flex-start;
        margin-left: -10px;
        margin-right: -10px
    }
}
    @media screen and (max-width: 768px) {
        .editor-container .column {
            flex-basis:calc(50% - 10px);
            margin-bottom: 20px;
            margin-left: 10px;
            margin-right: 10px
        }
}
        @media screen and (max-width: 768px) {
            .editor-container .column:nth-child(odd) {
                flex-basis:calc(66.6667% - 10px)
            }
        }

footernav {
    bottom: 0;
    width: 100%;
}

.main-content {
    display: flex;
}

.main-content .box {
    flex-basis: 50%;
    padding: 10px 20px;
}

.box h2 {
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
}

.box .content {
    margin: 20px 0 0 0;
    position: relative;
}

.left .content p {
    text-align: justify;
}

.center .content .text {
    font-size: 1.0625rem;
    font-weight: 500;
    padding-left: 10px;
}

@media screen and (max-width: 900px) {
    footer {
        position: relative;
        bottom: 0;
    }

    .main-content {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .main-content .box {
        margin: 5px 0;
    }
}