.page-header__inner h2,
.thm-breadcrumb__box ul.thm-breadcrumb li {
    color: black !important;
}

.thm-breadcrumb__box ul.thm-breadcrumb li a {
    color: black !important;
}

@media (max-width: 768px) {
    .page-header__inner h2,
    .thm-breadcrumb__box ul.thm-breadcrumb li {
        color: white !important;
    }

    .thm-breadcrumb__box ul.thm-breadcrumb li a {
        color: white !important;
    }
}
/* External CSS for Dermatology link styling */

ul li a[href="allergy.html"] {
    background-color: #134cb3 !important;
    color: white !important;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    text-decoration: none;
}
.justify{
    text-align: justify;
}








