.client__item {
  margin-bottom: 5rem;
}

.client__left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(58.333333333333336% - 20px);
  margin-right: calc(8.333333333333334% + 10px);
}

.client__left h3 {
  margin-bottom: 1.666666666666667rem;
}

.client__right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(33.333333333333336% - 20px);
}

.client__block {
  background-color: #fff;
  border-radius: 6px;
  padding: 1.666666666666667rem;
  margin-right: 2rem;
}

.client__block .prop__item {
  margin-bottom: 1.666666666666667rem;
}

.client__block .prop__name {
  color: #2d66cd;
  font-weight: 700;
}

.client__imgBlock {
  border: 1px solid #d6e4ff;
  height: 120px;
  padding: 0.555555555555556rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client__imgBlock img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 960px) {
  .client__item {
    margin-bottom: 3rem;
  }

  .client__left {
    margin-right: calc(0% + 10px);
  }

  .client__left h3 {
    margin-bottom: 1rem;
  }

  .client__right {
    width: calc(41.66666666666667% - 20px);
  }
}

@media screen and (max-width: 780px) {
  .client__item {
    margin-bottom: 2rem;
  }

  .client__left {
    width: calc(100% - 20px);
  }

  .client__left {
    margin-bottom: 1rem;
  }

  .client__right {
    width: calc(100% - 20px);
  }

  .client__block {
    margin-right: 0;
  }

  .client__block .prop__item {
    margin-bottom: 0.5rem;
  }
}

@media screen and (max-width: 400px) {
  .client__block {
    padding: 1rem;
  }
}