.thm-titulo-list {
margin-bottom: 0px;
color: var(--theme-black);
font-family: var(--theme-font);
font-weight: 900;
font-size: 40px;
line-height: 44px;
letter-spacing: 13%;
text-align: center;
text-transform: uppercase;
display: flex;
align-items: center;
gap: 10px;
}
.thm-titulo-list::after {
content: '';
display: inline-block;
width: 8px;
height: 44px;
background-color: var(--theme-black);
}
@media screen and (max-width: 767px) {
.thm-titulo-list {
font-size: 28px;
line-height: 33px;
text-align: left;
}
}