/* Customer CSS */

.container p{
    font-size:inherit;
}
.center-heading{
    text-align: justify;
}
.center-heading h2{
   text-align:left;
}
ul.haken > li:before {
    content: "✔ ";
    color: #0a94dd;
    margin-left: -1.2em;
    width: 0;
    list-style-position: outside;
    padding-right: 0.2em;
}
ul.haken > li::marker {
    content: "";
}
.center-heading p, .center-heading ul {
    font-size: inherit;
    line-height: 1.2em;
}
.footer-col p, .footer-col table{
    font-size: inherit;
}