.extendedUnit p {
    margin: 0;
}

article.employee .employee__name{
    font-size: 1.2vw;
    color:#005335;
    font-weight: 600;

}

.employee__address{
    font-size: 1.1vw;
}

.bst_card .bst_card-header{
    font-size: 1.5vw;
    color:#005335;
    font-weight: 700;
    background: transparent;
    border-bottom: none;
    border-right: 2px solid #0e7d54;
    border-radius: 0;
    padding: 0px 1.2vw 0px 0px;

}

.bst_card .bst_card-header:hover{
    color:#005335;
}

.extendedList .bst_card{
    display: flex;
    flex-direction:row;
    border: 0px;
    margin-bottom: 10px;
    margin-top: 40px;
}

.bst_card-body{
    padding-top: 0;
    padding-left:1.2vw;
}

.bst_card-body article{
    margin-top: 0!important;
}


.employee__breadcrumbs.text-muted{
    margin-bottom: 20px;
}

@media (min-width:769px) and (max-width:1133px){
    .employee__address{
        font-size: 1.5vw;
    }

    article.employee .employee__name{
        font-size: 1.8vw;

    }

    .employee__breadcrumbs.text-muted{
        font-size: 1.3vw;
    }

    .bst_card .bst_card-header{
        font-size: 1.8vw;
    }
}

@media(max-width:781px){
    .employee__address{
        font-size: 4vw;
    }

    article.employee .employee__name{
        font-size: 4.5vw;

    }

    .employee__breadcrumbs.text-muted{
        font-size: 3.8vw;
    }

    .bst_card .bst_card-header{
        font-size: 4.5vw;
        padding: 0px 4vw 0px 0px;
    }

    .bst_card .bst_card-body{
        padding-left:4vw;
    }

    .element__name a{
        font-size: 16px;
    }

}