@charset "utf-8";
h1{
    text-align: center;
    margin-bottom: 20px;
}
h2{
    font-size: 21px;
}
.headerImage img{
    margin-bottom: 22px;
}

.teamItem{
    padding: 10px;
    border: 1px solid #CECECE;
    background-color: #FFF;
    margin-bottom: 28px;
    width:270px;
    margin-left: auto;
    margin-right: auto;
    
        -webkit-transition:  .4s;
        -moz-transition:  .4s;
        -o-transition:  .4s;
        transition:  .4s;
}

.teamItem:hover, .teamItem:hover a, .teamItem:hover a{
    background-color: #6a0404;
    color: #ffffff;
}

.richtext{
    margin-bottom: 28px;
}

.teamItem img{
    margin-bottom: 15px;
    height:210px;
}

.teamItem h2{
    margin-bottom: 18px;
    height:18px;
}

.teamItem h4{
    margin-bottom: 10px;
    height:78px;
}

.redLine{
    margin-bottom: 24px;
}


/*--------------------------  max 992 --------------------------*/
@media (max-width:992px){ 
    .headerImage img, .breadCrumbs{
        margin-bottom: 8px;
    }
}