.block-our-clients {
  position: relative;
  background-color: #dddddd;
}
.block-our-clients picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.block-our-clients picture img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
.block-our-clients .inner {
  position: relative;
  padding: 30px 10px;
}
.block-our-clients .block-title {
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
}
.block-our-clients .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px 0;
  max-width: 1280px;
  margin-inline: auto;
}
.block-our-clients .logos .logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-our-clients .logos .logo img {
  width: 70%;
  height: auto;
  display: block;
}
@media (width >= 1024px) {
  .block-our-clients .inner {
    padding: 100px 30px;
  }
  .block-our-clients .block-title {
    margin-bottom: 100px;
  }
  .block-our-clients .logos .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}
/*# sourceMappingURL=block-our-clients.css.map */