body {
  font-family: "Titillium Web", sans-serif;
}
.landing {
  background-color: #015116;
  width: 100%;
  height: 100vh;
  min-height: calc(100vh - 105px);
}
.logo-img {
  height: 60px;
  margin-bottom: 10px;
  max-width: 100%;
}
.hero-title {
  color: #ffffff;
  font-family: "Titillium Web", sans-serif;
  margin-bottom: 30px !important;
}
.btn {
  padding: 10px 30px !important;
  color: #ffffff !important;
  background-color: #d12027 !important;
  margin-top: 10px;
}
.btn a {
  color: #fff !important;
}
footer {
  position: relative;
  bottom: 0;
  width: 100%;
  background: rgb(4 65 17);
}
.footer-logos img {
  height: 12px;
}
.group-logo-img {
  height: 16px;
  opacity: 0.7;
}
.feature-box {
  background-color: rgb(0 0 0 / 20%);
  padding: 24px 30px;
  margin: 10px 20px;
  border-radius: 8px;
}
