@font-face {
    font-family: 'CircularXX-Regular';
    src: url('../fonts/CircularXXWeb-Regular.woff') format('woff');
}

@font-face {
    font-family: 'CircularXX-Bold';
    src: url('../fonts/CircularXXWeb-Bold.woff') format('truetype');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'CircularXX-Regular';
}

body {
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'CircularXX-Bold';
}

button {
    cursor: pointer;
    min-width: 230px;
    padding: 15px;
    font-size: 16px;
    text-align: center;
    color: white;
    background-color: #f99144;
    border-radius: 7px;
    transition: 0.2s;
    font-family: 'CircularXX-Bold';
    border: none;
}

button:hover,
button:focus {
    background-color: #E88033;
    transition: 0.2s;
    box-shadow: none;
}

h2 {
    font-size: 58px;
    line-height: 70px;
    color: #1c4973;
}

a {
    color: #1c4973;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.container {
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.mb-20 {
    margin-bottom: 20px;
}

section#privacy_policy-section-1 {
    padding-bottom: 50px;
    padding-top: 70px;
    background: #FEF7EE;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

section#privacy_policy-section-1 .container {
    width: 810px;
}

section#privacy_policy-section-1 .sub-title {
    margin: 30px 0 0px;
    font-size: 28px;
    color: #1c4973;
    letter-spacing: -0.2px;
    line-height: 38px;
    text-align: left;
    font-weight: 500;
    font-family: 'CircularXX-Bold';
}

section#privacy_policy-section-1 .note {
    font-size: 20px;
    color: #02213e;
    line-height: 26px;
    text-align: left;
}

section#privacy_policy-section-2 {
    padding: 50px 0 0
}

section#privacy_policy-section-2 .container {
    width: 810px;
}

section#privacy_policy-section-2 .consultation-inner {
    margin-top: 30px;
    width: 805px;
}

section#privacy_policy-section-2 .consultation-inner .inner-title {
    padding-bottom: 10px;
    font-size: 28px;
    color: #1c4973;
    letter-spacing: -0.2px;
    line-height: 38px;
    font-weight: 500;
    font-family: 'CircularXX-Bold';
}

section#privacy_policy-section-2 .consultation-inner p.text {
    color: #6b6b6b;
    font-size: 16px;
    letter-spacing: 0;
}

section#privacy_policy-section-2 .consultation-inner ul.text {
    font-size: 16px;
    color: #6b6b6b;
    letter-spacing: 0;
}

section#privacy_policy-section-2 .consultation-inner ul.text.pl-20 {
    padding-left: 20px;
}

section#privacy_policy-section-2 .consultation-inner ul.text li {
    padding-bottom: 15px;
}

.no-style {
    list-style: none;
}

@media screen and (max-width:992px) {
    .container {
        max-width: 960px;
    }
    section#privacy_policy-section-1 .container {
        width: 93.5%;
    }
    section#privacy_policy-section-1 .sub-title {
        margin: 30px 0 30px;
        font-size: 24px;
        letter-spacing: -0.17px;
        line-height: 30px;
    }
    section#privacy_policy-section-1 .note {
        font-size: 18px;
        line-height: 26px;
    }
    section#privacy_policy-section-2 .container {
        width: 93.5%;
    }
    section#privacy_policy-section-2 .consultation-inner {
        width: 90%;
        margin: 0 auto;
    }
    section#privacy_policy-section-2 .consultation-inner .inner-title {
        font-size: 24px;
        color: #1c4973;
        letter-spacing: -0.17px;
        line-height: 30px;
        padding-bottom: 15px;
    }
}

@media screen and (max-width:768px) {
    .col-md-12 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .container {
        max-width: 720px;
    }
    h2 {
        font-size: 38px;
        line-height: 44px;
    }
    section#privacy_policy-section-1 {
        max-width: 720px;
    }
}

@media screen and (max-width:576px) {
    .container {
        max-width: 540px;
    }
}