.pay {
  background: white;
  margin-top: -67px;
  padding-bottom: 0px;
  padding: 30px;
  color: #244873;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  line-height: 161%;
  font-size: 13px; }
  .pay__info {
    margin-top: 15px; }
    .pay__info h2 {
      font-family: Noto Sans Display;
      text-transform: uppercase;
      font-style: normal;
      font-weight: 900;
      margin-bottom: 13px;
      font-size: 16px; }
    .pay__info p {
      margin-bottom: 10px; }
    .pay__info div {
      padding: 10px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .pay__info div img {
        max-width: 400px; }
    .pay__info .bold {
      font-weight: bold; }
