
.ePayWrap1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4% 0px;
}
.ePayWrap2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4% 0px;
}

.img-fluid1 {
  height: 150px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.epRow1 {
  width: 1253px;
  max-width: 1300px;
  display: flex;
  margin: auto;
  justify-content: center;
  text-align: justify;
  color: #fff;
  margin-bottom: 40px;
}
.epRow1 p {
  font-size: 20px;
}

.epRow2 {
  width: 1253px;
  max-width: 1300px;
  display: flex;
  margin: auto;
  justify-content: center;
  color: #fff;
  padding-bottom: 20px;
}

.epRow2 p{
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 22px;
  height: 50px;
}

.listRow ul {
  margin-top: 20px;
  padding-left: .5em;
}

.listRow ul li{
  list-style-position: outside;
  padding-left: 1em;
}

.listRow ul li::marker{
  content: "\2022";
}

.listRow {
  width: 50%;
}

.overRow {
  width: 50%;
}

.img-fluid2 {
  width: 80%;
  height: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.epayButton {
  width: 1253px;
  max-width: 1300px;
  display: flex;
  margin: auto;
  margin-bottom: 30px;
  justify-content: center;
  gap: 1em;
}

.epButon {
  padding: 5px;
  width: 150px;
  background-color: rgba(0, 89, 179, 1);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  border: 2px solid white;
  cursor: pointer;
}
.epStep {
  padding: 5px;
  width: 150px;
  background-color: rgba(0, 89, 179, 1);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  border: 2px solid white;
  cursor: pointer;
}