.column {
    flex: 50%;
  }
  
  /* Clear floats after the columns */
.member-row {
    display: flex;
    overflow-x: auto;
    margin-right: -15px;
    margin-left: -15px;
}

.member-back {
    height: 100%;
}

.member-box {
    display: flex;
    flex-direction: column;
    text-align: center;
    border: 1px solid grey;
    padding: 2%;
    margin: 3%;
    height: 95%;
    align-content: center;
}

.member-box p {
    text-decoration: none;
    color: black;
    text-align: center;
    white-space: normal;
    margin: 20px;
    width: max-content;
    min-width: 300px;
    max-width: 400px;
    padding: 42px;
    padding-left: 0px;
    padding-top: 0px;
}

.contact {
    text-align: center;
    align-self: center;
    margin-top: auto;
}

.member-title {
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
    align-self: center;
    margin-top: 2em;
}

.member-icon {
    align-self: center;
    border-radius: 50%;
    border: 2px solid var(--main-btn-color);
    margin: 15px;
}