.navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}
.navbar-brand img {
    width: 60px;
}
.navbar-brand h1 {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 900;
    color: var(--footer-bg);
    font-family: var(--body-font);
}
.navbar-brand h1 span {
    display: block;
    font-size: 16px;
    color: var(--theme-color2);
}
.footer-list.list-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.about-area .site-title {
    line-height: 60px;
}
.about-area .site-title span {
    display: block;
    font-size: 22px;
    line-height: 32px;
}
.about-area .about-text {
    text-align: justify;
    font-size: 18px;
}
.about-experience .text-start {
    font-size: 20px;
}
.testimonial-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.department-details p {
    margin-bottom: 20px;
}
.department-details ul li p {
    margin-bottom: 0;
}
.department-details ul li {
    list-style: disc;
    margin-bottom: 10px;
}
.department-details ul li:last-child {
    margin-bottom: 0;
}

.department-details ul {
    margin-bottom: 20px;
    margin-left: 15px;
}
.department-details h3 {
    margin-bottom: 20px;
    color: var(--theme-color2);
    font-size: 24px;
}
.department-details h1 {
    color: var(--theme-color);
    border-bottom: 2px solid var(--theme-color2);
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.fixed-top .navbar-brand h1 {
    font-size: 28px;
}
.fixed-top .navbar-brand h1 span {
    font-size: 14px;
}
.fixed-top .navbar-brand img {
    width: 48px;
}
.fixed-top.navbar .nav-item .nav-link {
    padding: 15px 0;
}
@media all and (max-width: 768px) {
    .navbar-brand img {
        width: 36px;
    }
    .navbar-brand h1 {
        font-size: 24px;
    }
    .navbar-brand h1 span {
        font-size: 12px;
    }
    .navbar-brand {
        padding: 10px 0;
    }
    .fixed-top .navbar-brand h1 {
        font-size: 24px;
    }
    .fixed-top .navbar-brand h1 span {
        font-size: 12px;
    }
    .fixed-top .navbar-brand img {
        width: 36px;
    }
    .hero-single .hero-content .hero-title {
        font-size: 36px;
    }
    .theme-btn {
        padding: 14px 15px;
    }
    .hero-single {
        padding-bottom: 150px;
    }
    .about-area .site-title,
    .site-title {
        line-height: 48px;
        font-size: 36px;
    }
    .site-heading {
        margin-bottom: 25px;
    }
    .py-120 {
        padding: 50px 0;
    }
    .footer-list.list-2 {
        grid-template-columns: repeat(1, 1fr);
    }
    .site-breadcrumb {
        padding: 150px 0 100px;
    }
    .site-breadcrumb .breadcrumb-title {
        font-size: 36px;
    }
    .testimonial-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
}
