*{
    margin: 0;
    padding: 0;
}
.privacyBanner{
    width: 100%;
    height: 510px;
    margin-top: 10px;
    background-image: url(../image/privacy.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.privacyBannerBox{
    width: 1200px;
    margin: 0 auto;
}
.privacyBannerBoxTitle{
    padding-top: 110px;
    padding-left: 40px;
    box-sizing: border-box;
    font-family: Futura, Futura;
    font-weight: bold;
    font-size: 50px;
    color: #000000;
    line-height: 66px;
    text-align: left;
    font-style: normal;
}
.privacyBannerBoxText{
    width: 600px;
    height: 95px;
    font-family: Helvetica;
    font-size: 16px;
    color: #000000;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    margin-top: 25px;
    padding-left: 40px;
    box-sizing: border-box;
}
.privacyBannerBoxContact{
    margin-top: 75px;
    box-sizing: border-box;
    margin-left: 40px;
    width: 238px;
    height: 60px;
    background: #113AED;
    border-radius: 32px;
    text-align: center;
    line-height: 60px;
    font-family: Helvetica, Helvetica;
    font-weight: bold;
    font-size: 26px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    cursor: pointer;
}
.privacyContent{
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 40px;
}