.impact-report-download-container {
    padding: 0px 30px;
    position: relative;
    margin-top: 100px;
    width: 95%;
  }
  .forward {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    display: none;
  }
  .backwards {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    display: none;
  }
  .backwards img, .forward img{
    width: 30px;
    height: 30px;
  }
  .scroll-images {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  .impact-report-download img {
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  
  .scroll-images::-webkit-scrollbar-thumb {
    background-color: black;
  }
  
  .impact-report-download {
    width: 125px;
    height: 160px;
    margin: 1px 10px;
    overflow: hidden;
  }
  
  button {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
  }
  .scroll-images::-webkit-scrollbar {
    display: none;
 }
 .filter-green{
    filter: invert(54%) sepia(51%) saturate(2930%) hue-rotate(148deg) brightness(90%) contrast(101%);
}