#team
{
    text-align: center;
}

#team .row
{
    padding-bottom: 30px;
}

#team .card-title
{
    font-size: 20px;
    font-weight: 600;
}

#team .img-holder
{
    height: 180px;
    border-radius: 42px;
    overflow:hidden;
    margin-left: 10px;
}

#team img
{
    height: 180px;
}

#team_show_more
{
    padding-top: 20px;
    text-align: center;
    /*opacity: 0;*/
    display: none;
}

#team .col-sm-2
{
    min-height: 288px;
}

#team .col-sm-2:not(:last-child)
{
    border-right: 2px dashed rgba(169, 53, 12, 0.31);
}


h5
{
    line-height: 24px;
    font-style: normal;
    color: white;
    font-size: 14px!important;
    font-weight: 800;
    text-align: center;
    clear: both;
    text-transform: uppercase;
    padding-top: 0px;
    margin-bottom: 3px;
    display: block;
    position: relative;
}

h5.section_title:after
{
    background: rgb(169, 53, 12);
    display: block;
    content: "";
    height: 1px;
    width: 65px;
    margin: 4px auto 14px;
    position: relative;
}

p.title{
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 5px;
    margin-top: 10px;
    color: #bfbfbf;
    margin-bottom: 0px;
}