.navbar-toggler {
    z-index: 1;
}
.img-fluid-local{
    max-width: 90%;
    height: auto;
}
.trust-ul{
    line-height: 3rem;
}
.text-larger{
    font-size: larger;
}
@media (max-width: 576px) {
    nav > .container {
        width: 100%;
    }
    .img-fluid-local{
        max-width: 44%;
        height: auto;
    }
}