.breadcrumb {
    /* background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('/images/about-bg.webp'); */
    background-size: cover;
}


.content h1 {
    margin-bottom: var(--m-16);
}

.content .col {
    display: grid;
    grid-gap: 12px;
    word-spacing: 2px;
    line-height: 1.7;

}

.content .col .link {
    color: blue;
}

span {
    font-style: italic;
    font-weight: bold;
}