body {
  background-image: url("../img/Field_Dreamscape_Broker Portal_BG_IMG.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.bgGreen {
  background-color: #00745a;
}
.whiteColor {
  color: #fff;
}
.footerLogos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #fff;
  position: relative;
}
.footerLogos .logo {
  /* margin: 1.5rem 1rem; */
}
