.Payment_option_holder .inner_box_holder {
  background: #fff;
  margin-bottom: 15px;
  padding: 20px;
}

.Payment_option_holder .inner_box_holder .user_info_holder p {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    opacity: 1;
}

.Payment_option_holder .inner_box_holder .Choose_Payment_Option h4 {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  opacity: 1;
}

.Payment_option_holder .inner_box_holder .Pay_with_credit_card h6 {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #323232;
}

.Payment_option_holder .inner_box_holder .Choose_Payment_Option .form-check-label {
    font-size: 16px;
    color: #000;
    margin-bottom: 7px;
    font-weight: 600;
}

.Payment_option_holder .inner_box_holder .Pay_with_credit_card .input_group {
  display: flex;
}

.Payment_option_holder .inner_box_holder .Pay_with_credit_card .input_group .payment_image_holder {
  background: #f5f5f5 0% 0% no-repeat padding-box;
  border: 0.5px solid #fcfcfc;
  border-radius: 5px;
  margin-left: 15px;
}

.Payment_option_holder .inner_box_holder .Pay_with_credit_card .input_group .payment_image_holder .payment_image {
  width: 100px;
  height: 50px;
  object-fit: contain;
  padding: 11px;
}


@media (min-width: 0px) and (max-width: 767.98px) {



  .Payment_option_holder .inner_box_holder .Choose_Payment_Option h4 {
    font-size: 16px;
  }

  .Payment_option_holder .inner_box_holder .user_info_holder p {
    font-size: 13px;
    word-break: break-all;
  }

  .Payment_option_holder .inner_box_holder .Choose_Payment_Option .form-check-label {
    font-size: 13px;
  }
}