.menu-full-width .logo, .footer-logo {
  display: inline-block;
  background-color: #264747; /* same dark greenish background */
  padding: 3px 5px;
  border-radius: 8px;
}

.logo-text {
  text-decoration: none;
  color: #fff;
  font-family: 'Poppins', 'Segoe UI', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.main-text {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.main-text .and {
  font-weight: 400;
  margin: 0 4px;
}

.subtext {
  font-size: 12px;
  color: #b9d5d6;
  font-weight: 400;
}

.hero-wrapper {
    background-image: url("../images/64235821-e111-49db-8b8d-13a506cb10fb.png");
    background-size: cover;
    background-position: center;
}

@media (max-width: 768px) {
  /*.hero-wrapper {*/
  /*  background-size: contain;*/
  /*  background-repeat: no-repeat;*/
  /*  background-position: center;*/
  /*}*/
}

.funfact-area-2{
    padding: 50px 0px;
}