/*.founders-background {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    overflow: hidden;*/
/*}*/

/*.founders-title {*/
/*    font-size: 45px;*/
/*    margin-bottom: 20px;*/
/*    text-align: center;*/
/*    font-family: var(--optionalHeadingFamily);*/
/*}*/
.founder-photo {
    margin-right: 1rem;
}
.founder-photo-circle{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid var(--primaryColor);
    background-size: contain;
    background-position:center;
    background-repeat: no-repeat;
}

.fonder-name{
    color: var(--secondaryColor);
    font-family: var(--optionalHeadingFamily);
}
.founder-role{
    color: var(--blackColor);
    font-family: 'Taz SemiBold Italic', sans-serif;
}
.founder-desc > * {
    color: var(--blackColor) !important;
    font-family: 'Taz SemiLight', sans-serif;
}