.mb-heading {
    font-family: 'Denton', sans-serif;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 300;
    color: #232019;
    font-family: 'Denton', sans-serif;
}

.mbs-heading {
    font-family: 'Denton', sans-serif;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 300;
    color: #232019;
    margin-bottom: 1rem;
    height: auto;
}

.mb-description,
.mbs-description {
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: #232019;
    font-family: 'Apercu', sans-serif;
    text-wrap: balance;
}

@media screen and (max-width: 768px) {
    .mbs-heading {
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
    }
}