@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;900&display=swap");
@import url(/style.css);

.privacy h1{
justify-items: center;
    margin-top: 1rem;
}
.privacy h2{
    margin-top: 2rem;

}
h3 {
    font-weight: bold;
    margin-top: 1rem;
}

.privacy p {
    max-width: 100%;
!important;
}

ul {
    margin-top: 1rem;
}

ul li {
!important;
    list-style: inside;

    display: list-item;
!important;
    position: relative;

}

ol {
!important;
    margin-top: 1rem;
    display: list-item;

}
li{!important;
list-style: decimal inside;
display: list-item;
    padding-left: 2rem;
    padding-bottom: 1rem;
    color:  var(--text-dark);

}



.privacy-header{

    padding: 2rem;
    /*min-height: 30vh;*/


}

.privacy-header-text{
    display: flex;
    flex-direction: row;
    justify-content: center;

}

.privacy-header-text h2  {
    color: var(--text-white);
    font-weight: bold;
}
.privacy-header-text h3  {
    color: var(--text-white);
    margin: 0;
}
.privacy-logo{
    max-height: 70px;
}
