.splide__pagination__page {
display: inline-block;
width: 10px;
height: 8px;
background: transparent;
border-radius: 50%;
margin: 3px;
padding: 0;
transition: transform .2s linear;
border: solid;
opacity: 1;
border-width: .5px;
}
button.splide__pagination__page {
    opacity: 1;
  width: 16px!important;
  height: 16px!important;
}

ul.splide__pagination {
    gap: 15px;
}

.splide__pagination__page.is-active {
transform: scale(1.4);
background: #000000;
}
.splide__track{
  padding-bottom:60px; }

.splide__arrow {
display: none!important;
}  
 

  
  .grid-item {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
  }
  
  .grid-item img {
    max-width: 100%;
  }

.spacer {
padding: 95px 20px;
}

.spacer h1 {
    color: #000;
    font-size: clamp(30px,4.84vw,48px);
    font-weight: 600;
  line-height: 1.5;
  text-align: center;
}



.module-container {
/*   padding: 0 17.3% 255px; */
  padding: 0 6.7% 255px;
}

article.statement {
    padding: 20px 112px 64px;
    margin: auto;
  max-width: 954px; 
}

.spacer {
padding:}

article.statement p.text {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}
html,
#what-we-do {
    scroll-padding-top: 100px;
}

.grad-bg {
  background: linear-gradient(90deg, rgba(220, 255, 232, 0.92) 0%, rgba(196, 237, 233, 0.92) 48.44%, rgba(155, 188, 220, 0.8924) 100%);
  max-width: 1200px; {# 954px #}
  margin: auto;
}

.differenc-statement-heading,
.image-gallery-heading, press-statement {
    margin-bottom: 34px;
}

.differenc-statement-heading h2,
.image-gallery-heading h2, .press-statement-heading h2 {
  font-size: 42px;
  font-size: clamp(28px, 4.24vw, 42px);
  font-weight: 600;
  text-align: center;
}


#difference-statement, #press-statement {
    padding: 45px 75px 38px 100px;
}

article#press-statement {
    margin-bottom: 60px;
}

#difference-statement p {
  font-size: 20px; 
  font-weight: 400; 
  color: #000000;
}

#difference-statement a {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}


#press-statement a {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
  margin-bottom: 12px;
}

#difference-statement a div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  margin-top: 15px;
}


#press-statement a div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  margin-top: 15px;
}


#difference-statement a div:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-size: 15px;
  margin-left: 12px;
  font-weight: 600;
}

#press-statement a div:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-size: 15px;
  margin-left: 12px;
  font-weight: 600;
}



@media (max-width: 990px) {
  
  .spacer {
    padding: 0;
  }
  
  .spacer h1 {
    margin: 0;
    line-height: 4;
    font-weight: 600;
  }
  
  .differenc-statement-heading, .press-statement-heading, .image-gallery-heading {
    margin-bottom: 16px;
  }
  
  .differenc-statement-heading h2,
.image-gallery-heading h2, .press-statement-heading h2 {
  font-weight: 500;
}
  
  .module-container {
    padding: 0 6.7% 100px;
  }
  
  article.statement {
    padding: 17px 7% 17px;
  }
  
  article.statement p.text {
    font-size: 17px;
    font-weight: 500;
    color: #000000;
  }
  
  #image-gallery-container {
    padding: 30px 6.7%;
  }
  #difference-statement {
    padding: 25px 6.7% 38px;
  }
  
   #press-statement {
    padding: 25px 6.7% 38px;
  }
 
  
  #difference-statement p,
  .gallery-item p {
    font-size: 17px;
  }
}

  #press-statement p,
  .gallery-item p {
    font-size: 17px;
  }
}





</style>