.navbar-brand{
    max-width: 120px;
        margin: -35px;
}
.bg-light {
  background-color: #ffffff !important;
}

.rounded-4 {
  border-radius: 1rem;
}


/* Mobile view */
@media (max-width: 576px) {
  .h1-heading {
    font-size: 1.4rem !important;
    line-height: 1.3;
  }
}

