#hjem-page {
  display: block;
}

#forside-citat {
    display: flex;
    justify-content: center;
    margin-top: 5cqh;
    margin-bottom: 8cqh;
}
@media screen and (max-width: 550px) {
    #forside-citat {
        margin-top: 3cqh;
        margin-bottom: 5cqh;
    }
}
#forside-citat p {
    container-type: inline-size;
    border-top: 2px solid rgb(55, 55, 55);
    border-bottom: 2px solid rgb(55, 55, 55);
    padding-top: clamp(1px, 2vw, 10px);
    padding-bottom: clamp(1px, 2vw, 10px);
    width: 60%;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.05cqw;
    font-size: clamp(1px, 2.1cqw, 24px);
    text-align: center;
}
@media screen and (min-width: 950px) {
    #forside-citat p {
        line-height: 1.8;
    }
}
@media screen and (max-width: 550px) {
    #forside-citat p {
        font-size: 2.7cqw;
        width: 75%;
    }
}