.dionisy__festival_regolamento {
    display: flex;
    justify-content: center;

    padding: 5rem 0rem;

    background-color: #f1f1f196;
}

.dionisy__festival_regolamento h1 {
    font-family: "Titillium Web", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 600;
}

.dionisy__festival_regolamento_img>img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    filter: brightness(75%);
}

.dionisy__festival_regolamento_info {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.__title {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.__forbidden {
    width: 15rem;

    display: flex;
    flex-direction: column;
    gap: .5rem;

    outline: 1px solid rgba(0, 0, 0, 0.1);

    padding: 1rem;
    border-radius: 0.125rem;
}

.__forbidden>i {
    height: 1.5rem;
}

.__rules {
    width: 15rem;

    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.__rules>span {
    font-family: "Titillium Web", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
}

.faqs {
    width: 80%;
    display: flex;
    flex-direction: column;
}

.faqs>span {
    font-family: "Titillium Web", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
}

hr {
    height: 2px;
    background-color: rgba(0, 0, 0, 0.1);
}

.dionisy__festival_regolamento_info_faq>hr {
    width: 80%;
}

.dionisy__festival_regolamento_wrapper_header>div:first-child>h1 {
    font-size: 2.5rem !important;
    line-height: 2.5rem;
}

@media screen and (max-width: 767px) {
    .dionisy__festival_regolamento_wrapper {
        width: 80%;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .dionisy__festival_regolamento_wrapper_header {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .dionisy__festival_regolamento_wrapper_header>div:first-child {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 1rem;
        order: 2;
    }

    .dionisy__festival_regolamento_wrapper_header>div:last-child {
        width: 100%;
        height: 20rem;
        order: 1;
    }

    .dionisy__festival_regolamento_info_forbidden {
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
        justify-content: flex-start;
    }

    .dionisy__festival_regolamento_info_rules {
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
        justify-content: flex-start;
    }

    .dionisy__festival_regolamento_info_faq {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
}

@media screen and (min-width: 768px) {
    .dionisy__festival_regolamento_wrapper {
        width: 60%;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .dionisy__festival_regolamento_wrapper_header {
        display: flex;
        gap: 5rem;
    }

    .dionisy__festival_regolamento_wrapper_header>div:first-child {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 1rem;
    }

    .dionisy__festival_regolamento_wrapper_header>div:last-child {
        width: 60%;
        max-height: 20rem;
    }

    .dionisy__festival_regolamento_info_forbidden {
        display: flex;
        flex-wrap: wrap;
        gap: 5rem;
        justify-content: flex-start;
    }

    .dionisy__festival_regolamento_info_rules {
        display: flex;
        flex-wrap: wrap;
        gap: 5rem;
        justify-content: flex-start;
    }

    .dionisy__festival_regolamento_info_faq {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
}