@media (min-width: 768px) {
  .footer__sub-inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.footer__policies .footer__policy-link {
  color: #666666;
}

@media (max-width: 767px) {
  .footer-breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .footer-breadcrumb .footer__note-bar {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer-breadcrumb .breadcrumb-area {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding-bottom: 20px;
  }
}