/* Add bigger custom CSS here to keep style.css lean. */

/* Example tweak: change Divi default link color * /
a {
  text-decoration: none;
}
/**/

/* Example: tighten section padding on mobile * /
@media (max-width: 767px) {
  .et_pb_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/**/