.content {
    min-height: 500px;
    margin-bottom: var(--space-large);
    margin-top: var(--space-large);

}

.block {
    max-width: 800px;
    margin: var(--space-default) auto;
    /*background-color: #fcf9f5;*/ /*f9faf4*/
}

.block__skiveguiden_hero {
    display: flex;
    gap: var(--space-default);
    align-items: center;
    flex-direction: column;
}

.hero__figure {
    overflow: hidden;
    border-radius: 3em;
    line-height: 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.hero__subheader {
    color: #0e6559;
    font-weight: bold;
    text-transform: uppercase;
}

.hero__header {
    font-size: 2em;
    font-weight: bolder;
}

.hero__bodytext {
    text-align: center;
    line-height: 150%;
}

.hero__image {
    max-width: 100%;
}