/* dumb way of selecting profile bio on desktop */
.text-muted.font-weight-bolder {
  font-weight: 400 !important;
  width: 700px;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  /*color: #1a6187 !important; background-color: #fafafa;*/
  background-color: #1a6187;
}

.text-muted.font-weight-bolder > p:last-child {
  margin-bottom: 0;
}