.filtori-secondary-title {
    box-sizing: border-box;
    max-width: 100%;
    color: inherit;
    font-weight: 400;
    line-height: 1.65;
    opacity: 0.64;
    overflow-wrap: anywhere;
    text-align: inherit;
    direction: inherit;
}

.filtori-secondary-title--single {
    margin-top: 0.2em;
    margin-bottom: 0.7em;
    font-size: 0.92em;
}

.filtori-secondary-title--loop {
    margin-top: 0.12em;
    margin-bottom: 0.35em;
    font-size: 0.86em;
}

@media (max-width: 480px) {
    .filtori-secondary-title--single {
        font-size: 0.9em;
        line-height: 1.6;
    }

    .filtori-secondary-title--loop {
        font-size: 0.84em;
        line-height: 1.55;
    }
}
