.category-logo-txt {
    color: white;
    font-size: 2.2rem !important;
    text-align: center;
}
.category-title-txt {
    text-align: left !important;
    margin: 7px 10px !important;
}
.category-logo-N {
    background: rgba(6, 63, 166, 0.99);
}
.category-title-N {
    border-bottom: 1px solid rgba(6, 63, 166, 0.99) !important;
}
.category-title-txt-N {
    color: rgba(6, 63, 166, 0.99) !important;
}
.category-logo-I {
	background: rgba(62, 106, 185, 0.99);
}
.category-title-I {
    border-bottom: 1px solid rgba(62, 106, 185, 0.99) !important;
}
.category-title-txt-I {
    color: rgba(62, 106, 185, 0.99) !important;
}
.category-logo-D {
	background: rgba(41, 127, 141, 0.99);
}
.category-title-D {
    border-bottom: 1px solid rgba(41, 127, 141, 0.99) !important;
}
.category-title-txt-D {
    color: rgba(41, 127, 141, 0.99) !important;
}