#buyNowPayLater {
  margin: 15px 0 20px 0;
}
#paymentOptions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
}
.paymentOption {
  display: flex;
}
.paymentIcon a {
  height: 41px;
  width: 120px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.paymentIcon {
  flex-basis: 100px;
  display: flex;
  align-items: center;
}
.paymentFaq {
  flex-basis: 20px;
}
.paymentTitle {
    color: #333;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
}
.paymentDesc {
    flex-grow: 1;
    padding-left: 15px;
    border-left: 1px solid #e1e1e1;
}
.paymentLink {
  width: 16px;
  height: 16px;
}
.paymentIcon img {
    max-height: 22px;
}
.paymentDescWrap {
  display: flex;
  align-items:center;
}
@media only screen and (max-width: 430px) {
  .paymentIcon {
    flex-basis: 70px;
  }
  .paymentDesc {
    padding-left: 5px;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 767px) {
    #buyNowPayLater {
        text-align: center;
    }
    #paymentOptions {
        margin: 0 auto;
    }
}
