@charset "UTF-8";
/* ==================================================================
  Config
================================================================== */
#module-light .m--external {
  color: #000 !important;
}
/*#module-light .m--external .icon svg {
  fill: #000 !important;
}*/
#module-light .m--external p {
  line-height: 1;
  margin: 0;
  color: #fff;
}
#module-light p.section_lead {
  text-align: center !important;
}
#module-light .m--style-btn.btn--01 {
  margin: 25px auto 0;
  font-weight: 700 !important;
}
#module-light .footer-basic .brand-link {
  margin: 50px auto 0;
}
#module-light .footer-basic {
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  #module-light p.section_lead {
    text-align: left !important;
  }

  #module-light .footer-basic .brand-link {
    margin: 35px auto 0;
  }
}
