@charset "utf-8";
.bit-socket-section-img{
  width: 18%;
}

@media screen and (max-width:960px){
  .bit-socket-section-img-wrap{
    gap: 20px;
  }

  .bit-socket-section-img{
    width: 21%;
  }
}

@media screen and (max-width:520px){
  .bit-socket-section-img{
    width: 27%;
  }
}