/*-- privacy page specific styles --*/

.title {
    display: flex;
    align-items: center;
    gap: 0.1em;
    text-align: left;
    max-height: 100%;
}

.title h1 {
    font-size: clamp(2.0rem, calc(1.8rem + 0.625vw), 2.5rem);
}

.msg {
    margin-top: 10px;
    align-items: center;
    text-align: left;
    max-height: 100%;
}
