.has_site_logo .pkp_head_wrapper {
    padding-top: 2.143rem !important;;
}
.pkp_site_name .is_img img {
    height: unset !important;;
}
.obj_issue_toc .sections:not(:first-child),
.obj_issue_toc .galleys, .obj_issue_toc .section,
.obj_issue_toc .articles {
    margin-bottom: unset;
}

.section,
.cmp_article_list > li:last-child {
    margin-bottom: 0px;
}

section.homepage_about {
    padding: 0px;
}

section.cmp_announcements.highlight_first {
    display: none;
}

.pkp_structure_main p {
    line-height: unset;
}

.issues_archive li {
    padding-top: .7rem !important;
    padding-bottom: .7rem !important;
}

.soap2.links {
    width: 250px;
}

.col-md-2 img {
    height: 100px;
    width: 100px;
}

.row {
    margin-bottom: 1rem
}
.row p {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}
@media(min-width:768px) {
    .soap2.img {
        width: unset;
        margin-right: 2rem;
    }
    .row {
        display: flex;
        margin-bottom: 1rem;
    }
    .col-md-2 {
        flex-basis: 16.66%;
    }
    .col-md-10 {
        flex-basis: 83.33%;
        padding-left: 1rem
    }
    .row p {
        margin-top: 0
    }
}

@media (min-width: 992px) {
    .obj_issue_toc .galleys, .obj_issue_toc .section {
        padding-bottom: 0;
    }
}