.bsh-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
    color: #ffffff;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.bsh-title {
    font-size: 58px;
    font-weight: 800;
    line-height: 1.05;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    color: #ffffff;
    text-shadow: 0px 2px 0px rgba(0,0,0,0.6);
}

.bsh-subtitle {
    font-size: 14px;
    font-weight: 400;
    margin-top: 6px;
    margin-bottom: 0;
    opacity: 0.95;
    color: #ffffff;
}

@media (max-width: 600px) {
    .bsh-title {
        font-size: 36px;
    }
    .bsh-subtitle {
        font-size: 13px;
    }
}
