header {
    margin-bottom:76.64px !important;
}

.message__txt {
    line-height: 1.5625;
    margin-left: 19px;
    margin-top: -102px;
}

.message {
    margin: 0 20px 21px;
    padding-top: 20px;
    min-height: 171.8px;
}

.privacy-policy__list {}

.privacy-policy__list li {
    margin-bottom: 25px;
}

.privacy-policy__list li h3 {
    color: #003296;
    font-size: 18px;
    /* letter-spacing: -0.05em; */
}

.privacy-policy__list__txt {}

.privacy-policy__under {}



@media screen and (min-width:768px) {
    
    header {
        margin-bottom: 0 !important;
    }
    
    @media screen and (max-width: 900px) {

        header {
            margin-bottom: 55.75px !important;
        }
    }

    .message {
        margin: 0 auto;
        padding: 0;
        min-height: 151.8px;
        margin-top: 70px;
        max-width: 1040px;
        margin-bottom: 47px;
    }


    .message__txt {
        line-height: 1.56;
        margin-left: 27px;
        margin-top: -80px;
    }

    .privacy-policy__list {}

    .privacy-policy__list li {
        margin-bottom: 25px;
    }

    .privacy-policy__list li h3 {
        color: #003296;
        font-size: 20px;
    }

    .privacy-policy__list__txt {}

    .privacy-policy__under {}


}