html, body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
    min-width: 320px;
    background-color: #fff;
}

a {
    text-decoration: none !important;
}

.contacts {
   display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin: auto;
    color: #828282;
}

.contacts h1 {
    color: #b6b6b6;
}


.contacts .panel {
    background-color: #eee;
    border-radius: 3px;
    border: 1px solid #e9e9e9;

}

.contacts .panel-body {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.39);
    border-radius: 3px;
}

.bg-01 {
    background-color: #eeeef2;
}

section {
    padding: 20px 0;
}

.privacy-policy, .terms-of-use {
    font-weight: 300;
}

.privacy-policy h2, .privacy-policy h1, .terms-of-use h2, .terms-of-use h1, .terms-of-use h3 {
    font-size: 20px;
    color: #9b9b9b;
}

.terms-of-use h3 {
    font-size: 16px;
}


ul {
    list-style-type: none;
}

.list-regular {
    list-style-type: circle
}

.underline {
    text-decoration: underline;
}
