body {
  background-image: url("../img/background-image-merald-crossing2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.bgGreen {
  background-color: #0B2E74;
}
.whiteColor {
  color: #fff;
}
.footerLogos {
  display: none;
  /* flex-direction: row;
  justify-content: center;
  background-color: #fff; */
}
.footerLogos .logo {
  margin: 1.5rem 1rem;
}
