h1, h2, h3, h4, h5, h6 {
    color: #08445e;
}
.nav-brand-logo{
    height: 5rem;
}

.text-maroon{
    color: #570004;
    text-decoration: none;
}

.info-img{
    height: 2.5rem;
    width: 2.5rem;
    object-fit: contain;
}
.info-circle {
    width: 4rem;
    height: 4rem;
    min-width: 4rem;
    min-height: 4rem;
    flex-shrink: 0;

    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.cust-link{
    color: #570004;
    text-decoration: underline;
}
