* {
    margin: 0;
    padding: 0;
    text-indent: 0;
    font-family: Calibri, sans-serif;
}

.logo-header{
    padding-left: 5rem;
    padding-top: 3rem;
    display: block;
}

.logo-header img {
    height: 30px;
}

.main-wrapper-terms{
    padding: 5rem;
}

.s1 {
    color: black;
    font-family: "Times New Roman", serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 10px;
}

h1 {
    color: #1E3F75;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    font-size: 22px;
}

p {
    color: #939598;
    font-family: Calibri, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 16px;
    margin: 0;
}

.a, a {
    color: #939598;
    font-family: Calibri, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 16px;
}

h2 {
    color: #009ED8;
    font-family: Calibri, sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
}

.s2 {
    color: #A7A9AC;
    font-family: Calibri, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 14px;
}

li {
    display: block;
}

#l1 {
    padding-left: 0;
}

#l1 > li > *:first-child:before {
    content: "• ";
    color: #939598;
    font-family: Calibri, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 12px;
}

@media screen and (max-width: 600px) {
    .logo-header{
        padding-left: 2rem;
    }
    .main-wrapper-terms {
        padding: 2rem 2rem;
    }
}
