.page-banner {
    background-color: #343439;
    padding: 50px 0;
  }
  
.horizontal-rule{
    border-top: 2px solid #000;
    opacity: 0.5;
}

.text-justify {
    text-align: justify !important;
}

.highlight-block {
    background-color: #f4f5f7;
    border-left: 5px solid #5bc0de;
}

.hl-img{
    max-width: 270px;
}

.clear-img{
    max-width: 350px;
}

.gallery-img {
    object-fit: cover;
    aspect-ratio: 3 / 2;
}

.nav-label {
    color: #73c2fb;
    font-size: 0.9rem;
}

.nav-article-link:hover .text-dark {
    color: #0473aa !important;
    transition: color 0.2s ease-in-out;
}.page-banner {
    background-color: #343439;
    padding: 50px 0;
  }
  
.horizontal-rule{
    border-top: 2px solid #000;
    opacity: 0.5;
}

.text-justify {
    text-align: justify !important;
}

.highlight-block {
    background-color: #f4f5f7;
    border-left: 5px solid #5bc0de;
}

.hl-img{
    max-width: 270px;
}

.clear-img{
    max-width: 350px;
}

.gallery-img {
    object-fit: cover;
    aspect-ratio: 3 / 2;
}

.nav-label {
    color: #73c2fb;
    font-size: 0.9rem;
}

.nav-article-link:hover .text-dark {
    color: #0473aa !important;
    transition: color 0.2s ease-in-out;
}