.privacycontent{
    background-color: var(--theme-color-3);
}
.pcbreadcrumbs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1095px;
}
.privacycontent h2{
    font-size: 2.4em;
    margin-bottom: 16px;
    font-family: var(--bs-font-Cormorant);
    line-height: 1.3em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.privacycontent p{
    color: var(--text-color-2);
    font-size: 12px;
    font-family: var(--bs-font-Catamaran);
    font-weight: 400;
    line-height: 23.0333px;
    margin-bottom: 18px;
    text-align: justify;
}


@media (min-width: 774px) and (max-width: 1148px) {
    .pcbreadcrumbs{
        width: 720px;
    }
}
@media (min-width: 0px) and (max-width: 773px) {
    .pcbreadcrumbs{
        display: block;
        width: 345px;
    }
}
