/*.partner-logos{
  display:flex;
  align-items:center;
  justify-content:space-evenly;
  flex-wrap:wrap;

  gap:40px;

  width:100%;
  margin-top:60px;

    padding:18px 0;
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.partner-logos img{
  height:30px;
  opacity:.55;

  filter:
    grayscale(100%)
    brightness(2.2);

  transition:all .3s ease;
}

.partner-logos img:hover{
  opacity:1;

  transform:scale(1.06);

  filter:
    grayscale(0%)
    brightness(1.15)
    drop-shadow(0 0 10px rgba(255,255,255,.12));
}

@media(max-width:780px){

  .partner-logos{
    gap:28px;
  }

  .partner-logos img{
    height:34px;
  }

}*/

/*.partner-logos{
  display:flex;
  align-items:center;
  justify-content:space-evenly;

  gap:60px;

  width:100%;

  margin-top:40px;
  padding:30px 0;

  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.partner-logos img{

  max-height:42px;
  width:auto;

  object-fit:contain;

  opacity:.75;

  filter:
    grayscale(100%)
    brightness(2);

  transition:all .3s ease;
}

.partner-logos img:hover{

  opacity:1;

  transform:translateY(-2px);

  filter:
    grayscale(0%)
    brightness(1.1)
    drop-shadow(0 0 10px rgba(255,255,255,.12));
}

@media(max-width:780px){

  .partner-logos{
    justify-content:center;
    gap:28px;
  }
    .partner-logos img{
    height:34px;
  }
}*/

.partner-logos{
  display:flex;
  align-items:center;
  justify-content:space-evenly;
  flex-wrap:wrap;
  gap:48px;
  width:100%;
  overflow:hidden;
  padding:18px 0;
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}

/*.partner-logos img{
  max-height:38px;
  max-width:160px;
  width:auto;
  object-fit:contain;
}*/


.partner-logos img{
  max-height:38px;
  max-width:160px;
  /*max-height:42px;*/
  width:auto;

  object-fit:contain;

  opacity:.75;

  filter:
    grayscale(100%)
    brightness(2);

  transition:all .3s ease;
}

.partner-logos img:hover{

  opacity:1;

  transform:translateY(-2px);

  filter:
    grayscale(0%)
    brightness(1.1)
    drop-shadow(0 0 10px rgba(255,255,255,.12));
}

@media(max-width:780px){
  .partner-logos{
    /*display:grid;
    grid-template-columns:repeat(3, 1fr);*/
    align-items: center;
    gap:28px 18px;
    padding:28px 12px;
    overflow:hidden;
  }

  .partner-logos img{
    max-width:130px;
    max-height:34px;
    width:100%;
    /*justify-self:center;*/
  }
}