h1.h1-home {
 text-align: center;
    color: #fff !important;
    background-color: rgba(33, 44, 47, 0.8);
    width: max-content;
    margin: 0px auto;
    padding: 5px;
}
@media (max-width: 767.8px) {
.banner-container.main-container {

}
}

@media (min-width: 768px) {
a.navbar-brand > img {
    max-height: 150px !important;
}
    .navbar-nav, a.navbar-brand:has(.fa-home) {
        margin-block-start: 3em;
}
}