.all-bran-articles-wrapper .tab-controls{
	text-align:center;
	padding:20px 0
}


.all-bran-articles-wrapper .tab_wrapper{
    margin-bottom: 40px;
}
.all-bran-articles-wrapper .tab-controls .tab_link{
    display: block;
    margin: 0 10px;
    padding: 8px 16px;
    text-decoration: none;
    color: #2c2c2c;
    font-family: KelloggsSansRegular;
    font-size: 12px;
    border-radius: 9999px;
    background: none;
    border: none;
    font-family: KelloggsSansRegular;
    font-size: 12px;
    font-weight: normal;
}
.all-bran-articles-wrapper .tab-controls .tab_link:hover,
.all-bran-articles-wrapper .tab-controls .activeLink .tab_link{
    background-color: #2c2c2c;
    color: white;
}
.all-bran-articles-list{
    list-style:none;
	margin-left:5px;
    font-size: 14px;
}
.all-bran-articles-list p{
    color: #2c2c2c;
    font-size: 14px;
}
.all-bran-articles-list li{
    margin-bottom:15px;
    padding: 10px;
    border-radius: 10px;
}
.all-bran-articles-list li:hover{
    background-color: #efefef;
}
.all-bran-articles-list li span{
    display:block;
}
.all-bran-articles-list li a{
    color: #d31145;
    text-decoration: none;
    cursor: pointer;
    font-size: 18px;
}
.all-bran-articles-list .name {
    text-transform:capitalize;
}
.all-bran-articles-list li a:hover{
    text-decoration:underline;
}

@media (max-width: 768px) {
    
    .all-bran-articles-list {
        margin:10px;
    }
	.all-bran-articles-wrapper .mobile_tab_link {
		background: #f3f0e9;
	}
	.all-bran-articles-wrapper .mobile_tab_link, .tab_link {
		color: #2c2c2c;
	}
   
}