@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

body {
    font-family: Manrope, sans-serif;
}

main {
    margin: 80px 0;
}

hr {
    margin: 40px 0;
}

h3 {
    margin-top: 50px;
    margin-bottom: 20px;
}

.inner-title h1 {
    color: #2c2c2c;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.5em;
    font-weight: 600;
    line-height: 1.2;
}

.inner-title p {
    margin-top: 1em;
    margin-bottom: 0;
    letter-spacing: 0;
    font-size: 1.15em;
    font-weight: 500;
    line-height: 1.5;
}

.terms-anc-conditions-viewer {
    color: #2c2c2c;
}

.ce-header {
    margin: 1.5em 0 1.5em 0 !important;
    font-weight: 500;
    line-height: 1.3;
}

.ce-paragraph {
    font-weight: 500;
}

ul.cdx-list--unordered {
    padding: revert;
}

ul.cdx-list--unordered li {
    list-style: inherit;
}
