




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

.spacer {
padding: 20px;
}

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

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

.spacer {
padding:}

article.statement p.text {
  font-size: 20px;
/*   font-weight: 600; */
  font-weight: 500;
  color: #000000;
}
html,
#what-we-do {
    scroll-padding-top: 100px;
}
#image-gallery-container {
  padding: 34px 112px;
  margin-bottom: 60px;
}

.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: 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: 500;
  text-align: center;
}


.gallery-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 64px;
}

.gallery-item:last-of-type {
  margin-bottom: 34px;
}

.gallery-item img {
    height: 580px;
/*     max-width: unset; */
  max-width: 1200px;
    object-fit: cover;
    object-position: center bottom;
/*     width: calc(100vw - 17.3% - 100px); */
    align-self: flex-start;
  margin-bottom: 18px;
}

.gallery-item:nth-of-type(even) img {
  align-self: flex-end;
}

.gallery-item h4 {
  font-size: 32px;
  font-size: clamp(18px, 3.23vw, 32px);
  font-weight: 600;
  font-weight: 500;
  color: #000000;
}

.gallery-item p {
  font-size: 17px;
/*   color: #000000; */
  font-weight: 400;
}

#difference-statement {
padding: 45px 105px 38px;
}

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

#difference-statement a:hover,
.press-link a:hover {
opacity: 1;
  color: #73C152!important;
}

#difference-statement p {
  font-size: 20px; 
  font-weight: 400; 
  line-height: 1.7;
  color: #000000;
  margin-right: 36px;
}

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


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

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


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


#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) {
  
  .differenc-statement-heading, .press-statement-heading, .image-gallery-heading {
    margin-bottom: 17px;
  }
  .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;
  }
  .gallery-item {
    margin-bottom: 34px;
  }
  .gallery-item:last-of-type {
    margin-bottom: 0;
  }
  .gallery-item:nth-of-type(even) img,
  .gallery-item img {
/*     align-self: center; */
    max-width: 120%;
    height: auto;
  }
  
  #difference-statement p,
  .gallery-item p {
    font-size: 17px;
    margin-right: 0!important;
  }
}

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


