/****** LOGO MARQUEES ************/

.clientLogosMarqueeSection {
    background-color: #F0F0F0;
    height: 500px;
  }

  .titleLogoClientSection {
    color: #000000;
    font-weight: 700;
  }
.ourClientsText {
    padding: 60px 22px 60px 22px;
}

  .svg-marquee-container {
    /* position: relative;
    width: 100%;
    overflow: hidden; */
    position: relative;
    height: 240px;
    display:flex;
    flex-direction: column;
    justify-content: space-around;
    overflow-x: hidden;
  }

  .spaceMarquee {
      width: 5px;
      display: inline-block;
      padding: 0;
      margin-right:  30px;
}
.marquee-line {
    position: relative;
    white-space: nowrap;
    padding: 0;
    will-change: transform;
}


.logoMarquee {
    display: inline-block;
    padding: 0;

    margin-right:  30px;
    height: 100px;
    width: 150px;
  }


  /* @media (min-width: 767px) {
    .ourClientsText {
      padding: 100px 22px 120px 22px;
    }
  }

  @media (min-width: 991px) {
    .ourClientsText {
      padding: 100px 22px 100px 22px;
    }
  }


  @media (min-width: 1181px) {
    .ourClientsText {
      padding: 100px 22px 260px 22px;
    }
  }

  @media (min-width: 1399px) {
    .ourClientsText {
      padding: 100px 22px 100px 22px;
    }
  } */
