
.clients-section{
  /*background: var(--secondary-color);*/
}

.clients-section .inner-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.clients-section .clients-logo{
  position: relative;
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  padding:0 10px;
}

.clients-section .clients-logo img{
  position: relative;
  /*opacity: 0.4;*/
  transition: all 500ms ease;
  padding: 10px;
    background: #fff;
    box-shadow: 0px 20px 100px rgba(6, 49, 55, 0.2)
}

.clients-section .clients-logo:hover img{
  opacity: 1;
}


.clients-section.alternat-2{
  padding-bottom: 410px;
}

.clients-section .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 55px;
  background-size: 100% 100%;
  background-repeat: repeat-x;
  animation: slide 80s linear infinite;
  -webkit-animation: slide 80s linear infinite;
}