

@media only screen and (max-width : 600px) 
{
    .kbtg-post-the-benefits__content ul {
        padding-left: 15px;  
        margin: 0;
    }

    .kbtg-post-the-benefits__content li 
    {
        font-family: 'HelveticaNeueMd', sans-serif;
    }


}

@media only screen and (min-width : 601px) and (max-width : 1024px) 
{
    /* Styles for tablet */
}


@media only screen and (min-width : 1025px) and (max-width : 1380px) 
{
    /* Styles for small desktop */
}


@media only screen and (min-width : 1381px) 
{
    .kbtg-post-the-benefits__content ul {
        padding-left: 0;  
        margin: 0;

        list-style: none; 
        display: grid;
        grid-template-columns: 1fr 1fr; 
        gap: 1rem 5rem; 
    }

    .kbtg-post-the-benefits__content li 
    {
        font-family: 'HelveticaNeueMd', sans-serif;
        margin-bottom: 0.5rem !important;
        font-size: 24px;
        line-height: 120%;

        /* linea de borde por debajo */
        padding-bottom: 0.5rem;
        border-bottom: 1px solid #bfbfbf;
        line-height: 1.5;

    }

}