.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="dermatology.html"] {
    background-color: #134cb3 !important;
    color: white !important;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    text-decoration: none;
}

.justify{
    text-align: justify;
}






/* .related-product {
    padding: 20px 0;
}

.related-product__title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.product-one__single {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
}

.product-one__img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}

.product-one__title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

@media (max-width: 576px) {
    .product-one__title {
        font-size: 16px;
    }
} */
