.services__area-2 .banner-img {
    padding-bottom: 15px;
  }
.services__area-2 .banner-img img{
display: block;
margin-left: auto;
margin-right: auto;
}
.document .head{
border-bottom: 1px solid #97B0C8;
color: #995733;
}

.rprt{
margin: 0 0 20pt;
padding: 0;
display: block;
clear: both;
min-height: 40pt;
height: auto !important;
overflow: visible;
width: 100%;
}
.rprt .title {
margin: 0;
}
.rprt .title a:visited {
color: #4c2c92;
}
.rprt .supp .desc {
font-size: 0.937em;
display: block;
}
.rprt .supp .details {
font-size: 0.823em;
display: block;
color: #555;
}
.doi span:first-child {
word-break: inherit;
word-wrap: inherit;
overflow-wrap: inherit;
}
.rprt .aux {
color: #555;
font-size: 0.823em;
}
.rprt .aux .resc {
color: #555;
}
.rprt .aux .rprtid {
display: flex;
margin-right: 1em;
}
.rprt .aux .rprtid dt {
color: #555;
}

.rprt .aux dl {
margin-top: 0;
margin-bottom: 0;
line-height: inherit;
}
.rprt dl dt:first-child {
margin-left: 0 !important;
}
.rprt dl dd {
border: initial;
float: initial;
display: inline;
padding: 0;
margin: 0;
}
dl:after {
clear: both;
display: table;
content: "";
}
.rprt .aux .links a {
margin-right: 1em;
text-decoration: underline;
color: #376faa
}
.rprt .aux a {
white-space: nowrap;
}
.rprt .head{
border-bottom: 1px solid #97B0C8;
color: #995733;
margin-top: 12px;
}
.services__area-2 .issues{
display: grid;
}   

@media screen and (max-width: 767px) {
.services__area-2 .issues{
display: inline-flex;
padding-bottom: 15px;

}   
.services__area-2 .banner-img img{
width: 300px;
}
}
@media screen and (max-width: 360px){
.services__area-2 .banner-img img{
width: 250px;
}
}
.services__area-2 .issues li a{
text-decoration: underline;
color: #376faa;
}
.services__area-2 .issues li a:visited{
color: #4c2c92;
}



.services__area-2 .banner-img {
    padding-bottom: 25px;
  }
.services__area-2 .banner-img img{
display: block;
margin-left: auto;
margin-right: auto;
}
@media screen and (max-width: 767px){
.services__area-2 .banner-img img{
width: 350px;
}
}
@media screen and (max-width: 360px){
.services__area-2 .banner-img img{
width: 200px;
}
}