.section-standard {
  width: 100%;
  /* background-color: var(--white); */
  background-color: transparent;
}
.section-standard-lightgray {
  width: 100%;
  background-color: var(--lightGray);
}
.section-partners {
  width: 100%;
  background-color: rgb(247, 247, 247);
}
/* .section-latest-news {
  width: 100%;
} */
.section-links {
  width: 100%;
  background-color: var(--white);
}

.section-standard > div,
.section-standard-lightgray > div {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 2.5rem;
  display: flex;
  flex-wrap: wrap;
}



.section-standard-transparent {
  width: 100%;
  background-color: transparent;
}
.section-standard-transparent > div {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  /* padding: 0 2.5rem; */
  padding: 0 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}




/* .section-latest-news > div {
  background-color: var(--lightBlue);
  max-width: 1420px;
} */

.section-links > div {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 2.5rem;
  display: flex;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}

.section-full,
.section-header-animate {
  width: 100%;
  background-color:transparent;
}

.section-full > div,
.section-header-animate > div {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;

  display: flex;
  flex-wrap: wrap;
}

.section-header-animate > div {
  position: relative;
  overflow: hidden;
}




.splide-slider-quotes {
  width: 100%;
  background-color: var(--white);
  padding: 2rem 0;
}

.splide-slider-quotes .splide__pagination{
  bottom: 0;
}
.splide-slider-quotes .splide__pagination__page {
  background: var(--fuscous-gray);
}
.splide-slider-quotes .splide__pagination__page.is-active {
  background: var(--turquoise);
}

/* Responsive */
@media all and (max-width: 1200px) {
  .section-standard > div,
  .section-standard-lightgray > div,
  .section-latest-news > div,
  .section-links > div {
    padding: 0 5rem;
  }
}
@media all and (max-width: 960px) {
}

@media all and (max-width: 768px) {
  .section-standard > div,
  .section-standard-lightgray > div,
  .section-latest-news > div,
  .section-links > div {
    padding: 0 3rem;
  }
  .section-links > div {
    flex-wrap: wrap;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media all and (max-width: 550px) {
  .section-standard > div,
  .section-standard-lightgray > div,
  .section-latest-news > div,
  .section-links > div {
    padding: 0 2rem;
  }



}
