/* ─── Trust / Why Musicnotes section ────────────────────────────────────────
   light-default provides white bg + blue headings + grey text.
   No horizontal padding on the section — container-fluid handles centering
   for the 3-column Bootstrap grid (same as homepage #intro).
─────────────────────────────────────────────────────────────────────────── */

.bh-trust.section-gap {
    margin-top: 16px; /* instruments already adds mb-5 (48px); keep total gap ~64px */
    padding-top: 48px;
    padding-bottom: 48px;
}

.bh-trust__desc {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 28px;
}

/* ─── Circular images — mirrors #intro .circle-thumb from redesign.css ───── */

.bh-trust .circle-thumb {
    border: none;
    border-radius: 50%;
    max-width: 150px;
    margin: 0 auto;
}

.bh-trust .circle-thumb img {
    border-radius: 50%;
    width: 100%;
}

/* ─── Mobile ─────────────────────────────────────────────────────────────── */

@media (max-width: 991px) {
    .bh-trust.section-gap {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .bh-trust.section-gap {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}
