.citizen-charter-div{
      padding-left: 15px;
align-items:center;
}
.box {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0px 2px 10px 0 rgba(0,0,0,0.12);
    background-color: white;
    color: green !important;
    padding: 13px;
    position: relative;
    margin: 20px;
    float: left;
}
.box.arrow-left:after {
  content: " ";
  position: absolute;
  left: -7.5px;
  top: 15.5px;
  border-top: 7.5px solid transparent;
  border-right: 7.5px solid white;
  border-left: none;
  border-bottom: 7.5px solid transparent;
}
a.citizen-charter-link {
    font-weight: 500;
    font-size: x-large;
}
div#block-citizencharter {
    box-shadow: inset 0 0 0 5px rgba(200,200,200,0.1), 0 0 3px 0 rgba(0,0,0,0.35);
    -webkit-box-shadow: inset 0 0 0 5px rgba(200,200,200,0.1), 0 0 3px 0 rgba(0,0,0,0.35);
    -moz-box-shadow: inset 0 0 0 5px rgba(200,200,200,0.1), 0 0 3px 0 rgba(0,0,0,0.35);
    border: 1px solid #fff;
    border-top-color: rgb(255, 255, 255);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(255, 255, 255);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(255, 255, 255);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}
img.citizen-charter-img {
    border: 2px solid;
    width: 60px;
    height: 60px;
    padding: 9px;
    margin: 5px 0;
    border-radius: 20px;
}

.region.region-sidebar-second {
    font-size: 18px;
    color: black;
}