
[overflow-clip] {
  overflow: clip;
}
.intro-logos_oh {
  display: flex;
  overflow: visible;
  gap: 3.4rem;
}
.intro-logos_w {
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  gap: 3.4rem;
}
.intro-logos_w img {
  max-width: 84px;
}
.intro-logos_logo {
  flex: 1;
  width: 100%;
  height: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
  display: block
}
.intro-logos_logo {
  width: 15.6rem;
  height: auto;
}
.intro-logos_logo.is--pwc {
  flex: none;
  width: 4.1rem;
  height: 3.4rem;
  position: relative;
  top: -.2rem
}

.intro-logos_logo.is--ideo {
  height: 1.6rem
}
@media screen and (min-width: 750px) {
  .intro-logos_oh {
    gap: 7rem;
  }
  .intro-logos_w {
    gap: 7rem;
  }

  .intro-logos_w img {
    width: 158px;
}
}

/* ----- intro / enterprise logos ----- */
.intro-logos_w {
    animation: logoloop 30s linear infinite;
    animation-play-state: paused;
}

[caro-active="true"] .intro-logos_w {
    animation-play-state: running;
}

@keyframes logoloop {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}



.pi-decorated-heading {
  display: flex;
  gap: 1.6rem;
  justify-content: center;
  margin-bottom: 1rem;
}
.sectionLogoMarquee1-padding {
  padding: 3.7rem 0;
  background: #F6F6F6;
}

.pi-decorated-heading h2 {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
}

@media screen and (min-width: 750px) {
  .pi-decorated-heading {
    gap: 3rem;
    margin-bottom: 3rem;
  }
  .pi-decorated-heading h2 {
    font-size: 32px;
  }  
  .pi-decorated-heading svg {
    width: 33px;
    height: 41px;
  }
} 


.logo-item_w {
    display: flex;
    align-items: center;
}

.page-template-page-our-services #sectionLogoMarquee {
  padding: 3.7rem 0;
  background: #F6F6F6;
}

@media screen and (max-width: 750px) {

  

.page-template-page-our-services #sectionLogoMarquee {
  padding: 1.7rem 0;
  background: #F6F6F6;
}

}