.text_small{
    font-size:var(--fs-sml);
    line-height: var(--lh-sml);
}
.title_small{
    font-family: "Outfit-Regular";
    font-size:var(--fs-sml);
    line-height: var(--lh-sml);
    text-transform: uppercase;
    padding-bottom: 15px;
    display: block;
    padding-top:40px;
}
.teamdettitle_border{
    font-family: "Outfit-Regular";
    font-size:var(--fs-sml);
    line-height: var(--lh-sml);
    text-transform: uppercase;
    padding-bottom: 15px;
    display: block;
    padding-top:25px;
    border-top:2px solid #000;
}
.quote{
    font-family: "SourceSerif4";
    font-size:var(--fs-sml);
    line-height: var(--lh-sml);
    display: block;
}
.green{
    color:var(--c-lightgreen);
}
