*,
html {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
article section.InfoBth {
  padding: 7rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 2rem;
  background-image: url("../assets/background/bg info.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.InfoBth .BoxInfoBth {
  padding: 1rem 1rem;
  background-color: white;
  border-radius: 16px;
  cursor: pointer;
}
.BoxInfoBth .LaporanKeuangan {
  text-align: center;
}
.BoxInfoBth .LaporanKeuangan img {
  width: 250px;
}
.BoxInfoBth .LaporanKeuangan h1 {
  font-size: 32px;
  padding: 0rem;
}
.BoxInfoBth .Berita {
  text-align: center;
}
.BoxInfoBth .Berita img {
  width: 250px;
}
.BoxInfoBth .Berita h1 {
  font-size: 32px;
  padding: 1rem;
}
.BoxInfoBth .GaleryPhoto {
  text-align: center;
}
.BoxInfoBth .GaleryPhoto img {
  width: 250px;
}
.BoxInfoBth .GaleryPhoto h1 {
  font-size: 32px;
  padding: 1rem;
}