.sveden-page h2{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 22px;
}

.show-sign{
    text-decoration: underline;
    color: var(--orange-text-color);
    cursor: pointer;
}

.sign-block{
    display: none;
    width: 100%;
    height: 200px;
}

@media (max-width: 780px) {
    .sveden-page h2{
        font-size: 22px;
    }
}