.pkp_structure_page p {
    text-align: justify;
}

@media (min-width: 992px) {
.pkp_structure_page {
background: #36b5ff;
background: radial-gradient(circle,rgba(54, 181, 255, 1) 0%, rgba(8, 67, 112, 1) 100%);
}


.pkp_structure_head {
    background-color: #2384c2;
    border-bottom: 5px solid #04355a;
    border-radius: 0px 0px 50px 50px;
}


.pkp_site_name .is_img {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
    width: 100%;
}
}

@media (min-width: 992px) {
    .pkp_site_name .is_img img {
        max-height: 280px !important;
        min-height: 180px !important;
    }
}

@media (min-width: 992px) {
    .has_site_logo .pkp_head_wrapper {
        padding-top: 0px !important;
    }
}



@media (min-width: 768px) {
    .pkp_structure_main:before, .pkp_structure_main:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 1px;
        background: transparent !important;
    }
}

@media (min-width: 992px) {
    .pkp_structure_main:first-child:last-child {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 2.857rem;
        width: auto;
    }

    .journals ul {
    display: flex;
    flex-wrap: wrap;
}

.journals ul li {
    width: 30%;
    /* min-width: 35%; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.journals ul li .body .description {
    display: none;
}

    .pkp_page_index .journals .thumb {
        padding-right: 0px;
        width: 70%;
        display: flex;
        justify-content: center;
    }

        .pkp_page_index .journals .thumb+.body {
        float: right;
        width: 90%;
        text-align: center;
    }


    li.has_thumb .body ul.links {
        display: flex;
        justify-content: center;
}

li.has_thumb .body ul.links a {
        display: inline-block;
        background: #04355a;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 8px;
        padding-right: 8px;
        text-decoration: none;
        color: white;
        border-radius: 10px;
}
    .page_index_site .journals ul {
        display: flex;
        justify-content: space-around;
        gap: 20px;
}

.pkp_page_index .journals>ul>li h3 a {
        color: white !important;
}


.pkp_page_index .journals .links li {
    display: inline-block;
    margin: 0px;
    width: 45%;
}

    .pkp_page_index .journals>ul>li {
        margin: 0 -2.143rem;
        padding: 2.143rem;
        border-top: 2px solid #04355a !important;
    }

.pkp_structure_footer_wrapper {
    background: #04355a;
    border-top: 2px solid #04355a;
}


    .pkp_footer_content {
        display: flex;
        align-items: center;
        gap: 10px;
        color: white !important;
    }

.pkp_footer_content img {
    width: 100px;
    border-right: 3px solid #04355a;
}

.pkp_brand_footer {
    padding: 2.143rem;
    display: none !important;
}

    .pkp_structure_main:first-child:last-child {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 2.857rem;
        width: auto;
        color: white;
    }


    .pkp_structure_main:first-child:last-child a,.pkp_structure_main .cmp_breadcrumbs span {
    color: white !important
}

.pkp_structure_main:first-child:last-child a,.pkp_structure_main .cmp_breadcrumbs span {
    color: white !important;
}

}


@media (max-width: 992px) { 
.pkp_site_name .is_img img {
    display: block;
    max-height: 50px;
    max-width: 100%;
    width: auto;
    height: auto;
    margin-top: -10px;
}
}