.instrument-title {
    margin: 0.7em auto;
}
@media (min-width: 56em) {
    .instrument-title {
        width: max-content;
    }
}
