/* Add custom CSS styles below */ 
.navbar-brand img {
    max-height: 7rem;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 90px;
}

.blog-single .h-80 {
    height: 100% !important;
}
.blog-index .grid .object-cover {
    -o-object-fit: contain !important;
    object-fit: contain !important;
}


.blog-category ul li{
list-style: disc;
}

.blog-category ol li{
list-style: auto;
}