.footer .ft .ftLink_box .ftContact_row,
.footer .ft .ftLink_box .ftPolicy_row {
  display: block;
}

.footer .ft .ftLink_box .ftContact_row {
  white-space: nowrap;
}

.footer .ft .ftLink_box .ftPolicy_row {
  text-align: right;
}

.footer .ft .ftLink_box .ftContact_text,
.footer .ft .ftLink_box .ftPolicy_row a {
  color: #5f5e62 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.footer .ft .ftLink_box .ftContact_text {
  padding: 0 12px;
  line-height: 18px;
}

@media (max-width: 767px) {
  .footer .ft .ftLink_box .ftContact_row {
    white-space: normal;
  }

  .footer .ft .ftLink_box .ftContact_text {
    display: block;
    padding: 0;
    font-size: 14px !important;
    line-height: 22px;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .footer .ft .ftLink_box .ftContact_separator {
    display: none;
  }

  .footer .ft .ftLink_box .ftPolicy_row {
    text-align: center;
    white-space: nowrap;
  }
}
