.tab-title{
    background: #DEE1D9;
    display: inline-block;
    color: #848484;
    padding: 12px 0;
    width: 160px;
    text-align: center;
}
.tab-title.active{
    background: #BE522C;
    color: #fff;
}