body {
    font-family: Poppins, system-ui, sans-serif;
}
h1, h2 {
    color: #101828;
    box-shadow: none !important;
    text-shadow: none !important;
}
#page-title2 {
    margin-bottom: 30px;
}
.bg-hero {
    background: none !important;
}
.bg-hero .overlay {
    background-color: #fff;
}
.btn {
    background-color: #1447e6 !important;
    border: 3px solid #1447e6 !important;
    color: #fff !important;
    border-style: solid !important;
    border-radius: 8px !important;
}
.navbar {
    background-color: #fff !important;
    border-bottom: 1px solid #e5e6e6;
}
.navbar-brand, .navbar-nav .nav-link {
    color: #101828 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 8px 12px !important;
    border-bottom: 2px solid #101828;
    font-weight: 500;
}
