.block{
    background-repeat: no-repeat;
    background-size: auto 100px;
    background-color: #D3EDF9;
    width:95%;
    height:120px;
    margin:10px auto;
    border-radius: 15px;
    overflow: hidden;
}

.block-title{
    width: 140px;
    padding-top:30px;
}

.block-title i{
    font-size: 18px;
    margin-left:15px;
}

.block-title p{
    font-size: 14px;
    margin:20px 0;
    color:#95AAB4;
}


#expert-team .selected{
    color: #6cb7ff;
    /*padding-bottom: 10px;*/
    font-size: 14px;
    width:110px;
    text-align: center;
    border-radius: 10px 10px 0px 0px ;
    background-color: rgba(130,200,230,0.2);
    border-bottom: 3px solid #6cb7ff;
    float:left
}

#experts-type .selected{
    padding-bottom: 10px;
    font-size: 14px;
    width:110px;
    text-align: center;
    border-bottom: 3px solid rgba(130,200,230,0.2);
    float:left
}

.expert-item{
    margin-top: 5px;
    padding-top: 5px;
    border-radius: 10px 10px 0px 0px ;
    font-size: 14px;
    width:110px;
    height: 35px;
    text-align: center;
    /*border-bottom: 3px solid rgba(130,200,230,0.2);*/
    float:left;
}

.expert-item:hover{
    /*padding-bottom: 10px;*/
    color: #6cb7ff;
    font-size: 14px;
    width:110px;
    text-align: center;
    border-bottom: 3px solid #6cb7ff;
    background-color: rgba(130,200,230,0.2) !important;
    float:left
}

.expert-team-item{
    float:left;
    margin-right:32px;
    margin-bottom:20px;
    padding-top:20px;
    text-align: center;
    height:240px;
    width:180px;
    border:1px solid #6cb7ff;
}