@charset "utf-8";

.home_about_clients_bg {
  overflow: hidden;
  margin-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background-color: #f3f5f6;
}
.home_about_clients_bg_img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 760px) {
  .home_about_clients_bg_img {
    width: 150%;
    left: -20%;
  }
}

@media screen and (max-width: 640px) {
  .home_about_clients_bg {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .home_about_clients_bg_img {
    width: 220%;
    left: -50%;
  }
}
