.payments-text {
  font-size: 1.4285714286rem;
  line-height: 2; }
  @media screen and (max-width: 767px) {
    .payments-text {
      font-size: 1rem;
      padding: 0 10px; } }

.credit-wrap {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -10px;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .credit-wrap {
      margin: 0; } }
  .credit-wrap .credit-card-logo {
    flex: 0 0 164px;
    margin: 10px;
    border: 0.3px solid #707070; }
    @media screen and (max-width: 767px) {
      .credit-wrap .credit-card-logo {
        flex: 0 0 100px; } }

.faq-title-tag {
  font-size: 1.4285714286rem;
  display: inline-block;
  color: #fff;
  background-color: #555;
  text-align: center;
  padding: 5px 10px; }
  @media screen and (max-width: 767px) {
    .faq-title-tag {
      font-size: 1.1428571429rem;
      margin-left: 10px; } }

.faq-item {
  display: block;
  width: 100%;
  border-bottom: dashed 1px #000;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .faq-item {
      width: calc(100% - 20px);
      margin: auto 10px; } }
  .faq-item .question {
    display: table;
    width: 100%;
    vertical-align: middle;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .faq-item .question {
        /*margin-bottom: 10px;*/ } }
    .faq-item .question > p {
      display: table-cell;
      vertical-align: middle;
      font-size: 1.4285714286rem; }
      @media screen and (max-width: 767px) {
        .faq-item .question > p {
          font-size: 1.1428571429rem;
          line-height: 26px; } }
    .faq-item .question .icon {
      display: table-cell;
      width: 80px;
      vertical-align: middle;
      color: #707070; }
      @media screen and (max-width: 767px) {
        .faq-item .question .icon {
          width: 50px; } }
      .faq-item .question .icon::before {
        font-size: 1.5714285714rem;
        font-weight: bold;
        text-align: center;
        content: "Q";
        display: inline-block;
        float: left;
        width: 60px;
        height: 60px;
        border: solid 1px #707070;
        border-radius: 50%;
        padding: 15px; }
        @media screen and (max-width: 767px) {
          .faq-item .question .icon::before {
            font-size: 1.4285714286rem;
            width: 40px;
            height: 40px;
            padding: 3px;
            margin-right: 15px; } }
  .faq-item .answer {
    display: table;
    width: 100%;
    vertical-align: middle;
    margin-bottom: 30px; }
    .faq-item .answer > p {
      display: table-cell;
      vertical-align: middle;
      font-size: 1.2857142857rem;
      line-height: 36px; }
      @media screen and (max-width: 767px) {
        .faq-item .answer > p {
          font-size: 1rem;
          line-height: 26px; } }
    .faq-item .answer .icon {
      display: table-cell;
      width: 80px;
      vertical-align: middle; }
      @media screen and (max-width: 767px) {
        .faq-item .answer .icon {
          width: 50px; } }
      .faq-item .answer .icon::before {
        font-size: 1.5714285714rem;
        font-weight: bold;
        text-align: center;
        content: "A";
        display: inline-block;
        float: left;
        width: 60px;
        height: 60px;
        border: solid 1px #707070;
        border-radius: 50%;
        padding: 15px;
        color: #fff;
        background-color: #707070; }
        @media screen and (max-width: 767px) {
          .faq-item .answer .icon::before {
            font-size: 1.4285714286rem;
            width: 40px;
            height: 40px;
            padding: 3px;
            margin-right: 15px; } }
