.list li
{
	    line-height: 1.75;
	font-family: var(--tg-body-font-family);
    font-size: var(--tg-body-font-size);
    
    font-weight: var(--tg-fw-regular);
    color: var(--tg-body-color);
   
}/*
.accordion-button h6 span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 390px;
    display: inline-block;
}
@media (max-width: 767.98px) {
.accordion-button h6 span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 270px;
    display: inline-block;
}
}*/