.connect-members-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #085075; /* Button color */
  color: #fff !important;
  text-align: center;
  border-radius: 50px;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.connect-members-button:focus {
  outline: none;
}
