html {
  scroll-behavior: smooth;
}

.logo {
  display: block;
  width: 180px;
  max-width: 42vw;
  height: auto;
}

.mil-service-card-sm h5,
.mil-team-card h5,
.mil-footer-menu a,
.mil-menu-list a {
  overflow-wrap: anywhere;
}

.mil-subscribe-form input[type="email"] {
  text-transform: none;
}

.mil-team-card .mil-social-icons {
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .logo {
    width: 140px;
  }

  .mil-banner-content .mil-button {
    margin-bottom: 30px;
  }
}
