.about-us .pz-intro {
  padding: 60px 0px;
  background-color: #F5F7F8;
}
.about-us .pz-intro p {
  font-size: 24px;
  max-width: 950px;
  margin: auto;
  text-align: center;
}
.about-us .pz-fintech-grow {
  margin: 60px 0px;
}
.about-us .pz-fintech-grow p {
  font-size: 18px;
  line-height: 32.4px;
}
.about-us .pz-fintech-grow p span {
  font-size: 24px;
  font-weight: bold;
}
.about-us .pz-payment-solutions {
  margin: 60px 0px;
}
.about-us .pz-payment-solutions p {
  font-size: 18px;
  line-height: 32.4px;
}
.about-us .pz-payment-solutions img {
  max-width: 472.38px;
  margin: auto;
  width: 100%;
}
.about-us .pz-payment-solutions .row {
  display: flex;
  align-items: center;
}
.about-us .pz-payzaty-begining {
  min-height: 601px;
  background: #F5F7F8;
  display: flex;
  align-items: center;
}
.about-us .pz-payzaty-begining h1 {
  font-size: 40px;
  color: #243a7d;
  margin-bottom: 16px;
}
.about-us .pz-payzaty-begining p {
  font-size: 18px;
  line-height: 32.4px;
}
.about-us .pz-payzaty-begining .row {
  display: flex;
  align-items: center;
}
.about-us .pz-payzaty-begining .pz-payzaty-begining-photos {
  position: relative;
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: flex-end;
}
.about-us .pz-payzaty-begining .pz-payzaty-begining-photos img {
  transition: 0.2s ease-in;
}
.about-us .pz-payzaty-begining .pz-payzaty-begining-photos img:hover {
  transform: scale(1.05);
}
.about-us .pz-payzaty-begining .pz-payzaty-begining-photo-back {
  width: 404px;
  height: 404px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04);
  object-fit: cover;
}
.about-us .pz-payzaty-begining .pz-payzaty-begining-photo-front {
  width: 326px;
  height: 326px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04);
  object-fit: cover;
  position: absolute;
  bottom: -17%;
  left: 0;
}

@media only screen and (max-width: 766px) {
  .pz-payment-solutions .row {
    flex-direction: column !important;
  }
  .pz-payment-solutions img {
    margin-bottom: 16px !important;
  }

  .pz-payzaty-begining {
    padding: 24px;
  }
  .pz-payzaty-begining .row {
    flex-direction: column-reverse;
  }
  .pz-payzaty-begining .pz-payzaty-begining-photo-front {
    display: none;
  }
  .pz-payzaty-begining .pz-payzaty-begining-photo-back {
    width: 100% !important;
  }
}

/*# sourceMappingURL=about-us.css.map */
