.expert-block .taba a {
    font-weight: bold;
    color: #000;
    padding: 1rem 0;
    margin-right: 2rem;
}
.expert-block .taba a.active {
    border-bottom: 2px solid #1D499B;
}
.expert-group{
	min-height:50vh;
}

@media (max-width: 767px){
	.expert-block .taba a {
    
    	margin-right: 15px;
	}
}