.filiacaoCont:nth-child(even){
    background-color: var(--verylightgrey);
}
.filiacaoCont:nth-child(odd){
    background-color: white;
}

.filiacaoImg{
    max-width: 100%;
}

.filiacaoCont:nth-child(even) .filiacaoRow{
    flex-direction: row-reverse;
}
.filiacaoCont:nth-child(odd) .filiacaoRow{
    flex-direction: row;
}

.filiacaoCont:nth-child(even) .filiacaoRow .left_main_body_fill{
    display: none !important;
}
.filiacaoCont:nth-child(odd) .filiacaoRow .right_main_body_fill{
    display: none !important;
}

.filiacaoCont:nth-child(odd) .filiacaoTopPadding{
    display: none !important;
}

.filiacaoCont:nth-child(even) .filiacaoImgCard,
.filiacaoCont:nth-child(even) .filiacaoImgCardCover{
    border-bottom-left-radius: 80px;
}
.filiacaoCont:nth-child(odd) .filiacaoImgCard,
.filiacaoCont:nth-child(odd) .filiacaoImgCardCover{
    border-bottom-right-radius: 80px;
}
