* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
}
/* .post-content ul
{
  margin-left: 15px;
} */
.post-content ul li {
    display: list-item;
}

.post-content h1 {
    font-size: 42px;
}
.post-content ul {
    padding: 0 !important;
}
.footer-policy h2 {
    font-size: 24px;
}
.footer-policy h3 {
    font-size: 18px;
}
