#list_formats p.description{
    font-size: 18px;
}

#list_formats > div:not(:last-child) > a{
    font-family: 'Poppins';
    font-size: 18px;
    color: var(--border-color-link-button-white);
}

#list_formats > div:not(:last-child) > a:hover,
#list_formats > div:not(:last-child) > a.active{
    text-decoration: underline;
    color: var(--color-main);
    cursor: pointer;
}

#list_formats h3{
    font-size: 22px;
    color: var(--color-main);
}

#list_formats ul li div:first-of-type{
    border: 1px solid var(--border-color-link-button-white);
    border-radius: var(--border-radius-formats);
    background-color: var(--bg-color-li);
    min-height: 270px;
}

#list_formats ul li div:first-of-type > a{
    font-size: 18px;
    font-family: 'Livvic';
}

#list_formats ul li div:first-of-type > a > i{
    color: var(--color-main);
}

#list_formats ul li p:nth-of-type(2){
    color: var(--border-color-link-button-white);
}