.card-subtitle {
font-size: small;
color: #cacaca;
}
.card {
    background-color: #F8F9FA ;
    margin: auto;
    border: none;
}
.card-body {
    text-align: left;
}
.email-container {
    display: flex;
    flex-direction: row;
    margin-left: 15px ;
    margin-right: 15px;
}
.fax-container {
    display: flex;
    flex-direction: row;
    margin-left: 15px ;
    margin-right: 15px;
}

.phone-container {
    display: flex;
    flex-direction: row;
    margin-top: 15px;
    margin-left: 15px;
}
.phone-img {
    margin-right: 15px;
}
.mail-img {
    margin-right: 15px;
}
.fax-img {
    margin-right: 15px;
}
#phone {
    font-weight: bold;
}
#mail {
    font-weight: bold;
}

.member_card
{
    width: 70%;
    margin: auto;
    padding: 4rem;
    border: solid rgba(168, 168, 168, 0.24) 1px;
    border-radius: 0.1rem;
    /* margin-bottom: 2rem; */
    background-color: white ;
}

.tm_image_box {

}

.tm_img {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.tm_topimg_gradient {
    padding: 0.4rem;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: rgb(78,81,85);
    background: linear-gradient(90deg, rgba(78,81,85,1) 0%, rgba(137,156,171,0.9037990196078431) 44%, rgba(133,156,166,0.8029586834733894) 57%, rgba(65,81,88,1) 100%);
}

.tm_card_content .div {
    background-color: white !important;
}

.site-main {
    background-color: #f7f8f9;
    padding-bottom: 3rem;
}

.tm_info_box {
    position: relative;
    margin-right: 50px;
    margin-top: 8px;
    margin-left: 15px;
}

.tm_info_box::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    /* left: calc(50% - 100px); */
    width: 50px;
    max-height: 3px;
    background-color: var(--primary);
}

.tm_top_info_title {
    font-size: 0.8rem;
}

@media screen and  (max-width: 768px) {
    .member_card{
        width: 100%;
        margin: auto;

    }
}