@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'PT Sans', sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: #2b2b2b;
    overflow-x: hidden;
    transition: all 200ms linear;
}
section {
    position: relative;
    width: 100%;
    display: block;
    padding: 80px 0;
    overflow: hidden;
}
section.privacy-policy{
    background-color: #ffffff;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
ul{
    list-style: none;
}
li {
    padding-left: 1em;
    text-indent: -.7em;
}
strong {
    font-weight: bold !important;
}
@media (min-width: 576px){
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px){
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px){
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px){
    .container {
        max-width: 1560px;
    }
}
.content {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100vh;
}
.content h1{
    font-size: 75px;
}


.text-center {
    text-align: center!important;
}
.word-break {
    word-break: break-all;
}
.privacy-policy .privacy-policy-content .mb-30{
    margin-bottom: 20px;
}
.privacy-policy .privacy-policy-content h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 1rem;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 1rem;
    color: #2b2b2b;
}
.privacy-policy .privacy-policy-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.privacy-policy .privacy-policy-content h4{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0.25rem;
}
.privacy-policy .privacy-policy-content p{
    font-size: 19px;
    color: #5b5757;
    margin-bottom: 12px;
    word-break: break-word;
}
.privacy-policy .privacy-policy-content span{
    display: block;
    font-size: 19px;
    color: #5b5757;
}
.privacy-policy .privacy-policy-content ul li {
    font-size: 19px;
    color: #5b5757;
    padding-bottom: 12px;
}
.privacy-policy .privacy-policy-content a{
    color: #2d97e5;
}
.hero-privacy{
    height: auto !important;
    background: #e6e6e6;
    padding: 80px 0;
}
.hero-privacy  .hero-content h1{
    font-size: 70px;
    font-weight: 800;
    margin-bottom: 1rem;
    margin-top: 0;
}
.hero-privacy .hero-content span{
    display: inline-block;
    color: #ffffff;
    background-color: #222;
    font-weight: 800;
    font-size: 25px;
    padding: 10px 20px;
    border-radius: 50px;
    margin-bottom: 1rem;
}
.hero-privacy .hero-content p {
    font-size: 19px;
    color: #5b5757;
}
@media (max-width: 991.98px){
    section, .hero-privacy {
        padding: 60px 0;
    }
    .hero-privacy .hero-content h1{
        font-size: 60px;
        margin-top: 0;
    }
}
@media (max-width: 767.98px){
    section, .hero-privacy {
        padding: 50px 0;
    }
    .hero-privacy .hero-content h1{
        font-size: 55px;
        margin-bottom: 0.9rem;
    }
    .hero-privacy .hero-content span{
        margin-bottom: 0.9rem;
    }
    .hero-privacy .hero-content p{
        font-size: 17px;
    }
    .content h1{
        font-size: 60px;
    }
}

@media (max-width: 575.98px) {
    section, .hero-privacy {
        padding: 30px 0;
    }
    .hero-privacy .hero-content h1{
        font-size: 32px;
        margin-bottom: 0.7rem;
    }
    .hero-privacy .hero-content span{
        margin-bottom: 0.7rem;
        font-size: 20px;
    }
    br{
        display: none;
    }
    .hero-privacy .hero-content p{
        font-size: 16px;
    }
    .privacy-policy .privacy-policy-content {
        font-size: 34px;
        font-weight: 800;
        /*margin: 5rem 0 1rem;*/
    }
    .privacy-policy .privacy-policy-content ul{
        padding-left: 1rem;
    }
    .privacy-policy .privacy-policy-content p, .privacy-policy .privacy-policy-content ul li {
        font-size: 17px;
    }
    .privacy-policy .privacy-policy-content h2 {
        font-size: 22px;
    }
    .privacy-policy .privacy-policy-content .mb-30 {
        margin-bottom: 20px;
    }
    .content h1{
        font-size: 50px;
    }
}
@media (max-width: 319.98px){
    section {
        padding: 25px 0;
    }
    .hero-privacy .hero-content h1{
        font-size: 30px;
        margin-bottom: 0.5rem;
    }
    .hero-privacy .hero-content span{
        margin-bottom: 0.5rem;
    }
    .privacy-policy .privacy-policy-content h2 {
        font-size: 21px;
    }
    .content h1{
        font-size: 40px;
    }
}
