/* Estilos globales   */

.fx_f_crm_productBrandcontent {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}


/* Estilos globales   */

/* ¬~¬~¬~¬~¬~¬~¬~¬~¬~¬~¬~¬~¬~¬~¬~¬~¬~¬~¬~¬~¬~¬~ */
/* ¬~¬~¬~¬~¬~¬~¬~¬~¬~¬~¬~¬~¬~¬~¬~¬~¬~¬~¬~¬~¬~¬~ */
/* ¬~¬~¬~¬~¬~¬~¬~¬~¬~¬~¬~¬~¬~¬~¬~¬~¬~¬~¬~¬~¬~¬~ */







@media screen and (max-width: 768px) {

   
    .fx_f_crm_productBrandcontent {
        flex-direction: column;
    }


}
