.member-container {
    width: 100% !important;
    max-width: 900px;
    margin: 0 auto !important;
    border-collapse: collapse !important;
    border: none !important;
}

.member-container tr,
.member-container td {
    border: none !important;
    outline: none !important;
}

.member-container tr {
    display: flex !important;
    width: 100% !important;
    border-bottom: 1px solid #eee !important;
    align-items: center !important;
}

.member-container tr:nth-child(even) {
    flex-direction: row-reverse !important;
}

.member-container td {
    width: 50% !important;
    padding: 20px !important;
    display: block !important;
    background: transparent !important;
}

.image-wrapper {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 15px !important;
    flex-wrap: wrap !important;
}

.image-wrapper img {
    display: block !important;
    width: 150px !important;
    height: 150px !important;
    object-fit: contain !important;
}

.text-wrapper {
    text-align: left !important;
}

.text-wrapper p {
    margin: 4px 0 !important;
}

.text-wrapper strong, 
.text-wrapper b {
    font-weight: 900 !important; 
    -webkit-font-smoothing: antialiased !important;
    display: inline-block !important;
}
.text-wrapper strong { color: red !important; }