.b-about-content {
    font-family: Quicksand, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.b-about-content h1 {
    color: var(--grey-93);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Quicksand, sans-serif;
    font-size: 36px;
    line-height: 48px;
}

.b-about-content h2 {
    color: var(--grey-93);
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-family: Quicksand, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

.b-about-content p {
    color: var(--grey-93);
    flex: 0 auto;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 0;
    font-family: Quicksand, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

.b-about-content a {
    color: var(--link);
    text-decoration: none;
}