.navbar-brand svg {
    width:80px;
}

@media only screen and (max-width : 992px) {
    .navbar-brand svg {
        width:50px;
    }
    h1 {
        font-size: 1.5em;
    }
    h2 {
        font-size: 1.3em;
        line-height: 1.5rem;
    }
    h3 {
        font-size: 1.1em;
        line-height: 1.5rem;
    }
    .display-3,
    .fs-5 {
        font-size: 1.5em;
    }
    .header-text p {
        font-size: 1.0em;
    }
}