.top-preference-in {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}
.top-preference-in br {
    display: none;
}