.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin: 2% auto;
}
.displayflexfrom {
  justify-content: center !important;
}
.fbgn-bancnt h1 {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
p {
  font: 19px/1 var(--zf-primary-regular) !important;
  color: #000;
  margin: 5px 0 !important;
}
@media only screen and (max-width: 767px) {
  p {
    line-height: 1.8 !important;
  }
}
