.anchor-tables-block-container{
    width: 100%;
}

.anchor-tables-block-container{
    color: white;
}

.anchor-tables-block-wrapper{
    display: flex;
    gap: 1em;
}

.anchor-tables-block-red{
    border-radius: 10px;
    background: var(--Rose1, #F96B79);
}

.anchor-tables-block-yellow{
    border-radius: 10px;
    background: #FEBF27;
}

.anchor-tables-block-red,.anchor-tables-block-yellow{
    flex: 1;
    text-align: center;
    text-align: center;
    color: white;
    font-family: 'Poppins',sans-serif;
    font-size: var(--wp-font-size--l-text);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: .5em .3em;
}

.anchor-tables-block-red .anchor-tables-block-custom,.anchor-tables-block-yellow .anchor-tables-block-custom{
    font-weight: 600;
}

.anchor-tables-block-custom p{
    margin: 0;
}

.anchor-tables-block-baseline p{
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Poppins',sans-serif;
    color: white;
}

@media (max-width:1024px){
    .anchor-tables-block-container{
        width: 100%;
    }
}

@media (max-width:576px){
    .anchor-tables-block-wrapper{
        flex-direction: column;
    }
}