.component_page
{
    color: #3f3011;
}
.banner
{
    padding: 100px 20px;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
}
.banner h1
{
    margin-bottom: 15px;
}
.banner .subtitle
{
    margin-bottom: 50px;
    font-size: 18px;
}
.banner .button
{
    border: 1px solid #000;
    color: #000 !important;
    padding: 10px;
    width: 200px;
    display: inline-block;
    text-align: center;
}
.content_top
{
    background: #ecddc0;
    padding: 80px 20px;
    margin-bottom: 20px;
}
.content_top .container
{
    background: #f6ebd5;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0 0px 12px 0px #afafaf;
}
.content_top h2
{
    margin-bottom: 20px;
}
.content_top h3
{
    margin-bottom: 20px;
}
.content_top .condizioni_sub
{
    margin-bottom: 20px;
}
.content_top .segnalazione_sub
{
    margin-bottom: 20px;
}
.content_bottom
{
    background: #f6ebd5;
    padding: 80px 20px;
    margin-bottom: 20px;
}
.content_bottom i
{
    margin-top: 5px;
}
.box.notes
{
    display: flex;
    gap: 10px;
}
.box.notes i
{
    line-height: 1;
}
.box.notes span b
{
    font-style: italic;
}
.container .row>div
{
    margin-bottom: 20px;
}
.container .box
{
    background: #e6cfb0;
    padding: 20px;
    border-radius: 20px;
    height: 100%;
}
