header img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1/1;
}

h1 {
  padding-bottom: 8px;
  font-size: 40px;
}

/* WELCOME */

#welcome .icon {
  border-radius: 50%;
  border: 1px solid var(--pink);
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Accordian */

.accordion-button {
  background-color: var(--pink-3);
}

.accordion-button:not(.collapsed) {
  background-color: var(--pink-3);
}

.accordion-item {
  background-color: transparent;
  border: none;
}

/* PARTNERS */

/* #partnerLogos>div {
    border: 1px solid var(--grey-5);
    background-color: #ffffff15;
} */

#partnerLogos img {
  width: 90%;
}

/* TEAM */

.swiper {
  width: 100%;
  height: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  height: 100%;

  /* Center slide text vertically */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
  border: 1px solid var(--grey-1);
  border-width: 2px;
  border-radius: 50%;
  transform: scale(0.7);
  color: var(--pink);
  width: 100px;
  height: 100px;
  top: auto;
  bottom: 0px;
}

.links i {
  color: var(--grey-1);
  font-size: 28px;
}

/* :root {
    --pink: #CC338B;
    --pink-2: #FFF4FA;
    --pink-3: #F5D6E8;
    --grey-1: #A0A0A0;
    --grey-2: #666666;
    --grey-3: #333333;
    --grey-4: #D4D4D8;
    --grey-5: #E6E6E6;
    --dark-1: #18181B;
    --shadow-1: 0 8px 16px 0 #0000001A;
     --shadow-2: 0px 1px 6px 0 #0F172A1A;
    --gradient-1: linear-gradient(180deg, #C940AC 0%, #A33575 100%);
    ;
    --gradient-2: linear-gradient(180deg, #CC338B 0%, #A33575 100%);
    ;
    --thin-border: 1px solid var(--grey-5);
} */
