.sec-logo-block-01{
  position: relative;
}
.logo-block-v1-list .d-flex:nth-child(n + 4){
  margin-top: 2.4rem;
}
.logo-block-v1-item{
  width: 100%;
  height: 20rem;
  padding: 2.4rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-box-color);
}
.logo-block-v1-item img{
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.mix-blend img{
  mix-blend-mode: darken;
}
.logo-block-v1-item:hover img{
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  transform: scale(1.04);
}
@media(min-width:1200px) and (max-width:1307.98px){
  .logo-block-v1-item {
    height: 18rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
	.logo-block-v1-list .d-flex:nth-child(n + 4){
    margin-top: 2rem;
  }
  .logo-block-v1-item {
    height: 17rem;
    padding: 2rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
	.logo-block-v1-list .d-flex:nth-child(n + 3){
    margin-top: 1.5rem;
  }
  .logo-block-v1-item {
    height: 18rem;
    padding: 2rem;
  }
}
@media(max-width:767.98px){
	.logo-block-v1-list .d-flex:nth-child(n + 2){
    margin-top: 2rem;
  }
  .logo-block-v1-item {
    height: 15rem;
    padding: 2rem;
  }
}