﻿
.privacy-page-container {
    margin: 0px !important;
}

.privacy-page {
    padding: 100px 80px;
    border-radius: 10px;
    background: #FFFFFF;
    padding: 50px 80px !important;
    -webkit-box-shadow: -17px 47px 125px rgba(72, 69, 224, 0.2);
    box-shadow: -17px 47px 125px rgba(72, 69, 224, 0.2);
    margin-bottom: 10px;
    margin-top: 100px;
}

@media (max-height: 1100px) {
    .privacy-page {
        margin-top: 0px;
    }
}

@media (min-width: 992px) {
    .privacy-page {
        margin-top: 100px !important;
    }
}

.privacy-page-h1-container {
    margin-bottom: 1.75rem;
}

.privacy-page h1 {
    text-align: left;
    color: rgb(7, 20, 55);
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1.75rem;
}

.privacy-page-subtitle {
    color: rgb(153, 161, 183);
    font-weight: 500;
    font-size: .95rem !important;
    text-align: center;
}