.goto-profiles{
  background: linear-gradient(0deg,rgba(217, 217, 217, 1) 100%, rgba(194, 194, 194, 1) 100%);
  border: none;
  color: black;
}

.member-profile{
  border-bottom: 2px solid #FF9F19; 
  padding: 20px;
}

.member-image img{
  width: 170px; 
  border-radius: 18px;
  /* flex-shrink: 0;  */
  margin-right: 20px;
}
.goto-profiles:hover{
  color: black;
}

.member-profile h3{
  color: black;
    font-size: 1.125rem;
  font-weight: 600;
}

.goto-member-profiles label,
.goto-member-profiles .goto-profiles,
.goto-member-profiles ul li a{
  font-size: 0.875rem;
}
