.services__area-2 .img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .services__area-2 .img img {
        width: 350px;
    }
}
@media screen and (max-width: 360px) {
    .services__area-2 .img img {
        width: 250px;
    }
}
.services__area-2 .part1::after {
    content: "";
    white-space: initial;
}
.services__area-2 .part1 .menubar a {
    text-decoration: underline;
    color: #376faa;
}
.services__area-2 .part2::after {
    content: "";
    white-space: initial;
}
.services__area-2 .part2 a {
    text-decoration: underline;
    color: #376faa;
}
.services__area-2 .part2 .doi span:first-child {
    word-break: inherit;
    word-wrap: inherit;
    overflow-wrap: inherit;
}
.services__area-2 .authorname {
    color: #376faa;
    text-decoration: underline;
}
.services__area-2 .tabs-section ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.services__area-2 .tabs-section .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #20558a;
}
.services__area-2 .tabs-section .tab-content {
    padding-top: 15px;
}
.tab-pane .copyright a {
    color: #376faa;
}
.tab-pane .license {
    padding-top: 10px;
}
.scroller .formats li a {
    text-decoration: underline;
}
.scroller .formats li:not(:last-child):after {
    content: "|";
    margin-left: 0.8rem;
    margin-right: 0.8rem;
}
.pmc-sidebar section ul {
    display: block;
    list-style-type: none;
    padding: 0;
}
.pmc-sidebar__actions li:not(:last-child) [role=button],
.pmc-sidebar__actions li:not(:last-child) button {
    margin: 0 0 0.5rem;
}
.pmc-sidebar__actions li .favorites-button-link,
.pmc-sidebar__actions li [role=button],
.pmc-sidebar__actions li button {
    line-height: inherit;
    display: inline-block;
    width: 141px;
    padding: 0.7rem 3rem;
    margin: 0;
    border-radius: 5px;
    background-color: #20558a;
    text-align: center;
    text-decoration: none;
    color: #fff !important;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.pmc-sidebar__actions .ctxp,
.pmc-sidebar__actions .favorites-button-empty {
    background-repeat: no-repeat;
    background-position: 1.2rem;
    background-size: 1.4rem;
}
.pmc-sidebar__actions .ctxp {
    background-image: url(assets/img/svg-1.svg);
}
.pmc-sidebar__actions .favorites-button-empty {
    background-image: url(assets/img/svg-2.svg);
}
.social-sharing ul li {
    margin-right: 5px;
}
.social-sharing ul li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background-color: #313232;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.social-sharing ul li a:hover {
    color: #ffffff;
    background-color: #ee9c2c;
}
.pmc-wm {
    background: transparent repeat-y top left;
    background-image: url(/assets/img/wm-jnruralp.gif);
    background-size: auto, contain;
}
@media screen and (min-width: 951px) {
    .pmc-wm {
        padding-left: 30pt;
    }
}
@media screen and (max-width: 950px) {
    .pmc-wm {
        background-image: none;
    }
}
.faq__bg {
    top: 0;
    right: 0;
    width: 53%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.faq__inner .card {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #e4dfd9 !important;
}
.faq__inner .card-header {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 15px 0;
    padding-left: 0;
    background-color: transparent;
    border: 0;
}
.faq__inner .card-header h6 button {
    padding: 0;
    font-size: 18px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
    color: #050b4b;
    background: transparent;
    text-decoration: none;
    line-height: 1;
    width: 100%;
    padding-right: 30px;
    position: relative;
    text-align: left;
    display: inline-block;
}
.faq__inner .card-header h6 button::before {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Pro";
    top: 50%;
    right: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    background-color: #050b4b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.faq__inner .card-header h6 button.collapsed::before {
    content: "";
    background-color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #050b4b;
}
.faq__inner .card-header h6 button:hover {
    text-decoration: none;
    color: #ee9c2c;
}
.faq__inner .card-body {
    padding: 0;
    padding-bottom: 25px;
    font-size: 14px;
}
