.bb-text-left {
    align-items: flex-start;
}

.bb-text-left a {
    display: block;
    width: 100%;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
    text-align: left;
    line-height: 1.6;
}

.bb-text-left a:not(:last-child) {
    margin-bottom: 8px;
}

.bb-text-left a.hover-effect:hover {
    opacity: 0.85;
    text-decoration: underline;
}

.footer h3 {
    margin-bottom: 12px;
    line-height: 1.3;
}
