@media (max-width: 991.98px) {
  #mainNavbar {
    background-color: white !important;
  }
  
  section#banner,
  section#payment,
  section#growth{
    text-align: center;
  }
  section#banner img,
  section#payment img,
  section#growth img,
  section#service img,
  section#join img{
    width: 95%;
  }
  section#trusted{
    padding: 24px 16px;
  }
}