section {
  min-height: 95vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 5em 0 5em 0;
}

.bill-section {
  background: url(../Images/cityAndAll.c42872f1.svg) no-repeat;
  background-position: bottom;
  background-size: auto auto;
}

.bill-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 5em;
}

section h2 {
  font-size: 2rem;
  text-align: center;
  text-transform: capitalize;
}

section p {
  margin: 1em 0;
  color: #58595a;
  font-size: 1.2rem;
  text-align: center;
}

section h4 {
  padding: 0.5em 0;
}

.bill-btn {
  padding: 1em 3em;
  margin: 1em 0;
  text-align: center;
}

.point-btn {
  color: #06c;
  cursor: pointer;
}

.point-btn:hover {
  text-decoration: underline;
}

.buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.recharge {
  padding: 5em 0;
}

.recharge-lists {
  padding: 1em 0;
}

.recharge-list {
  padding: 1.5em 0.5em;
  /* list-style: circle; */
}

.recharge-list p {
  font-size: 1.1rem;
  margin-bottom: 1em;
}

.recharge-list {
  text-align: center;
}

@media (min-width: 1600px) {
  section {
    min-height: 75vh;
  }
}

@media (max-width: 768px) {
  section {
    margin: 7em 0 4em 0;
  }

  h2 {
    padding: 0 0.2em;
  }

  .bill-section {
    background-size: auto 150px;
  }

  .bill-container {
    padding: 1em;
  }
  .bill-container h2 {
    font-size: 1.75rem;
  }
}

@media (max-width: 425px) {
  .buttons-container {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .buttons-container a {
    margin: 1em auto 0.25em;
    width: 70%;
  }
}
