.horizontal_list_component ul{
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: var( --Spacing-Stytem-spacing-md);
    justify-content: center;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.horizontal_list_component ul li{
    list-style: none !important;
    width: 100%;
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
    justify-content: center;
}

.horizontal_list_component ul li p{
    margin-bottom: 0px;
    margin-top: 0px;
}

@media (min-width: 690px){
    .horizontal_list_component ul li{
        width: auto;
    }
}