.bot-profile-art {
  min-height: 390px;
}

.profile-frame {
  width: min(58%, 245px);
  padding: 10px;
}

.profile-label {
  bottom: 18px;
  font-size: 12px;
}

@media (max-width: 800px) {
  .bot-profile-art {
    min-height: 300px;
  }

  .profile-frame {
    width: min(55%, 190px);
  }

  .profile-label {
    bottom: 13px;
    padding: 6px 9px;
    font-size: 11px;
  }
}
