.annual-report-wrapper .annual-report-item .h2 {
  margin-bottom: 20px;
}
.annual-report-wrapper .annual-report-img {
  margin-bottom: 30px;
}
.annual-report-wrapper .annual-report-img img {
  vertical-align: top;
  height: auto;
}
.annual-report-wrapper .annual-report-list .annual-report-link:not(:last-child) {
  margin-bottom: 16px;
}
.annual-report-wrapper .annual-report-list .annual-report-link a {
  padding-bottom: 0;
  padding-right: 27px;
  display: inline-block;
}
.annual-report-wrapper .annual-report-list .annual-report-link a:hover {
    color: var(--primary-color-2);
}
.annual-report-wrapper .annual-report-list .annual-report-link .ar-link:after {
  content: "\e901";
  font-family: 'icomoon' !important;
  color: var(--primary-color-1);
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  left: auto;
}
.annual-report-wrapper .annual-report-inner .row > div:nth-child(1n+4) {
  margin-top: 88px;
}
/*-------- Media Query --------------------------*/
@media all and (max-width: 991.98px) {
  body .annual-report-wrapper .annual-report-inner .row > div:nth-child(1n+3), 
  body .annual-report-wrapper .annual-report-inner .row > div:nth-child(1n+4) {
    margin-top: 55px;
  }
}
