body {
  box-sizing: border-box;
}

.platform-features {
  background-image: url("/static/images/platform-bg.webp");
  background-size: cover; /* Cover the entire section */
  background-position: center; /* Center the background image */
}

.bottomfooter-background {
  background-image: url("/static/images/Footer.webp");
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 992px) {
  .platform-features {
    background-image: url("/static/images/platform-bg-mobile.webp");
  }
}
