.gallery-team {
  display: grid;
  grid-template-columns: 1fr;
  box-sizing: border-box;
  width: 100%;
  gap: 2rem;
}
.gallery-team .card-profile {
  max-width: 100%;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.gallery-team .card-profile img {
  max-width: 100%;
}

.sovaSVG {
  position: absolute;
  top: 0;
  right: 0;
  width: 130vw;
  z-index: -999999;
  object-position: 65vw 50%;
}

header nav section a.about {
  color: white !important;
  opacity: 1 !important;
  text-shadow: 0 0 10px white;
}

a.ourServices {
  color: white !important;
}
a.ourServices:hover {
  text-decoration: none !important;
}

@media screen and (min-width: 768px) {
  .gallery-team {
    grid-template-columns: 1fr 1fr;
  }
  .sovaSVG {
    top: 30vh;
  }
}
@media screen and (min-width: 900px) {
  .sovaSVG {
    top: 20vh;
  }
}
@media screen and (min-width: 1000px) {
  .gallery-team {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .sovaSVG {
    top: 10vh;
  }
}
@media screen and (min-width: 1084px) {
  .sovaSVG {
    top: -5vh;
  }
}
