*{
    box-sizing: border-box;
}

.privacy-container{
    width: 100%;
    height: auto;
    padding: 52px;
    background-color: #fff;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
}

.privacy-container .title-main{
    display: flex;
    flex-direction: row;
    align-items: baseline;
    margin-bottom: 16px;
}

.privacy-container .title-main span.big{
    font-size: 24px;
    color: #000A1C;
    line-height: 32px;
    font-weight: bold;
}

.privacy-container .title-main span.date{
    font-size: 14px;
    color: #33415C;
    margin-left: 10px;
}

.privacy-container p{
    font-size: 14px;
    color: #4E5159;
    line-height: 24px;
    margin-bottom: 18px;
}

.privacy-container h3{
    font-size: 18px;
    color: #00091A;
    line-height: 25px;
    margin-bottom: 16px;
    font-weight: bold;
}

.privacy-container h4{
    font-size: 14px;
    color: #4E5159;
    font-weight: bold;
    line-height: 24px;
}