/* Keep it simple & modern */
body { scroll-behavior: smooth; }
.card { border-radius: 0.8rem; }
img.rounded { border-radius: 0.8rem !important; }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  background-color: #fdfdfd;
  padding-bottom: 4rem; /* room for footer */
}

h1, h2, h3, h4 {
  font-weight: 600;
  color: #222;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

p {
  margin-bottom: 1rem;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1rem;
}

img {
  max-width: 100%;
  height: auto;
}

.btn {
  display: inline-block;
  padding: 0.6em 1.2em;
  background: #005baa;
  color: #fff;
  border: none;
  border-radius: 0.25em;
  font-weight: 600;
  text-decoration: none;
}

.btn:hover {
  background: #004080;
}

.badge-img {
  height: 60px !important;
  width: auto !important;
  max-height: 60px;
  max-width: 150px;
  display: inline-block;
  vertical-align: middle;
}

.badges {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/*
  footer .badges {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
*/

footer .badges {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 300px;
  margin: 1rem auto;
}

