.project__header {
    display: flex;
    flex-direction: row;
}

.project__icon {
    width:60px;
    height:60px;
}

.project__title {
    font-family: var(--Primary-Font);
    color: var(--Text-Color);
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    max-width: 700px;
}

.project__header__text {
    margin-left: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.project__subtitle{
    font-family: var(--Secondary-Font);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin-top: 5px;
    color: var(--Dark-Gray);
  }

.project__attributes {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.project__section__header {
    font-family: var(--Primary-Font);
    color: var(--Text-Color);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
}

.project__section__body {
    font-family: var(--Secondary-Font);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: var(--Dark-Gray);
    margin-top:5px;
    margin-bottom: 20px;
}

.professor__info{
    border: 1px solid var(--Gray);
    border-color: #E7E7E7;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.professor__info__title{
    font-family: var(--Primary-Font);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: var(--Text-Color);
  }

.professor__icon{
    display: flex; 
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    flex-direction: column;
    border-radius: 6px;
    background-color: var(--Secondary-BG);
}

.professor__icon__image{
    width: 36px;
}

.professor__info__header{
    margin-top: 20px;
    display: flex; 
    flex-direction: row;
    align-items:center;
    margin-bottom: 20px;

}

.professor__header__details {
    margin-left: 20px;
}

.professor__name {
    display: flex; 
    font-family: var(--Primary-Font);
    color: var(--Text-Color);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;  

}

.professor__title {
    font-family: 'Roboto', sans-serif;
    color:var(--Gray);
    font-size: 16px;
    margin-top: 10px;
    font-weight: 400;
}

.professor-profile-subheader{
    font-family: var(--Secondary-Font);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: var(--Dark-Gray);
}

.project__title__lab-section{
    font-family: var(--Secondary-Font);
    font-size: 16px;
    font-weight: 500;
    color: var(--Gray);
}




