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

.profile-frame {
  width: min(48%, 205px);
}

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

  .profile-frame {
    width: min(48%, 160px);
  }
}
