.prout-strip-control {
    display: inline-flex;
    gap: 10px;
}

@media only screen and (max-width: 600px) { 
    .prout-strip-control {
        justify-content: center;
        width: 100%;
    }
    
    .prout-strip-control button img {
        height: 16px;
    }

    .prout-strip-control button h3 {
        font-size: 1rem;
    }
}
