.kv-owner-trust {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 13px;
  color: #343a2d;
}

.kv-owner-trust img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 28%;
}

.kv-owner-trust p,
.kv-owner-trust strong,
.kv-owner-trust span {
  display: block;
  margin: 0;
}

.kv-owner-trust strong {
  font-size: 14px;
  line-height: 1.35;
}

.kv-owner-trust span {
  margin-top: 2px;
  color: #666b60;
  font-size: 14px;
  line-height: 1.35;
}

@media (max-width: 767px) {
  .kv-owner-trust {
    margin-top: 11px;
  }

  .kv-owner-trust img {
    width: 40px;
    height: 40px;
  }
}
