.owner-info {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 62px 0 18px;
  background: #f5f5f5;
}

.owner-info__icon {
  width: 54px;
  height: 54px;
  margin-right: 14px;
  background:#ececec;
  border-radius: 4px;
}

.owner-info__name {
  vertical-align: middle;
}

.owner-info__name:hover {
  opacity: 0.8;
}

.owner-info__button {
  background-color: #f5f5f5;
}

.owner-info_button_inner {
  display: block;
  width: 184px;
  margin: 0 auto;
}
