#expert-page h1 {
    font-size: 4rem;
    font-weight: bold;
    margin: 0;
    padding: 1;
}

#text-banner .para {
    font-size: 2rem;
    font-weight: normal;
}

tr.child-row,.child-row td{
    border: none !important;
  }

tr.dt-hasChild.shown , .dt-hasChild.shown td {
    border: none !important;
    background-color: #f3f8fd;
}

.expert-company-logo {
max-height: 50px;
max-width:150px; 
}

.expert-header {
    width: 100%; 
    height: 450px;
    position: relative; 
    background-image: url('/static/img/RRTM Team Member Page Banner.webp'); 
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;  
}

.expert-card  #name_company_line {
    font: Helvetica; 
    font-size: 20 px; 
    font-weight: bold; 
    margin-bottom: 3px;
}

.expert-card  #title_line {
    font-size: 12px;
}

@media (max-width: 1000px) {
    .expert-company-logo {
        max-height: 30px;
        max-width:80px; 
    }

    #expert-page h1 {
        font-size: 2.5rem;
    }

    #text-banner p {
        font-size: 1.4rem;
    }

    .expert-header {
       height: 300px;
    }

    #expert-page h2 {
        font-size : 1.7rem;
    }

    .expert-card  #name_company_line {
    font-size: 17px; 
    }

    .expert-card  #title_line {
    font-size: 11px;
    }
  }
  
@media (max-width: 700px) {
    .expert-company-logo {
        max-height: 30px;
        max-width:80px; 
    }

    #expert-page h1 {
        font-size: 1.5rem;
    }

    #text-banner p {
        font-size: 1rem;
    }

    .expert-header {
       height: 250px;
    }

    #expert-page h2 {
        font-size : 1.2rem;
    }

    .expert-card  #name_company_line {
    font-size: 14px; 
    }

    .expert-card  #title_line {
    font-size: 10px;
    }
  }