*,
html {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
article section.mobileCash {
  text-align: center;
  padding: 3rem;
  background-image: url("../assets/background/Hijau.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.mobileCash img {
  width: 500px;
}