/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
@media (max-width: 576px) {
    .styled-select {
        flex: 1 1 auto !important; /* allow it to shrink */
        min-width: 150px; /* optional */
    }
}
