/* footer brand text adjust：調整紅框處協會名稱文字大小 */
.footer-brand h3,
.footer-brand .footer-title,
.footer-brand .brand-name,
footer .footer-brand h3,
footer .footer-brand strong,
footer .footer-logo-title,
footer .footer-company-name{
  font-size:20px !important;
  line-height:1.65 !important;
  letter-spacing:.08em !important;
  font-weight:800 !important;
  color:#ffffff !important;
  max-width:260px;
}

.footer-brand p,
footer .footer-brand p{
  font-size:15px !important;
  line-height:1.75 !important;
}

@media (max-width:900px){
  .footer-brand h3,
  .footer-brand .footer-title,
  .footer-brand .brand-name,
  footer .footer-brand h3,
  footer .footer-brand strong,
  footer .footer-logo-title,
  footer .footer-company-name{
    font-size:18px !important;
    line-height:1.6 !important;
    max-width:100%;
  }
}

@media (max-width:620px){
  .footer-brand h3,
  .footer-brand .footer-title,
  .footer-brand .brand-name,
  footer .footer-brand h3,
  footer .footer-brand strong,
  footer .footer-logo-title,
  footer .footer-company-name{
    font-size:17px !important;
    line-height:1.55 !important;
  }
}
