.containerGenealogyNews{
    padding-top: 40px;
    width: 1920px;
    box-sizing: border-box;
    background: url('/static/assets/page_bg.png') no-repeat top center;
    display:  flex;
    justify-content: center;
}
.containerGenealogyNews .content-print{
    width: 1200px;
    background: #FDF9F6;
}
.containerGenealogyNews .box1-print{
    width: 1160px;
    background: #fff;
    border: 6px solid #C4201D;
}
.containerGenealogyNews .box2-print{
    width: 1150px;
    border: 2px solid #C4201D;
    padding: 50px;
    box-sizing: border-box;
}


