.pkp_site_name .is_img img {
	max-height: 150px;
}

.obj_article_details .abstract {
text-align: justify;
}

.pkp_structure_footer_wrapper {
  background: #fff;
  border-top: 1px solid #ddd;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
    flex-wrap: wrap;
    position: relative;
    color: #003059;
}

.footer-info p {
    margin: 4px 0;
}

.footer-website-wrapper {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
}
.footer-website {
    color: #003059;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
}
.footer-logo img {
    width: 220px;
    height: ;
}

