.component_page
{
    color: #696969;
    text-align: justify;
}
.component_page h1
{
    color: #6b3a19;
    padding-top: 40px;
    margin-bottom: 20px;
}
.component_page h3, .component_page h4
{
    color: #6b3a19;
}
.content_1
{
    margin-bottom: 30px;
}
.content_1 .content_text
{
    margin-bottom: 30px;
}
.content_1 .row>div
{
    margin-bottom: 20px;
}
.content_1 .row h3
{
    color: #6b3a19;
    font-size: 18px;
}
.content_1 .row hr
{
    margin: 5px 0;
}
.content_2
{
    background: #f4eed8;
    border-radius: 30px;
    box-shadow: 0 0px 12px 0px #afafaf;
}
.content_2 #calcolo_costi
{
    margin-bottom: 40px;
}
.content_2 #pesi_e_dimensioni
{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 40px;
}
.content_2 #pesi_e_dimensioni img
{
    width: 400px;
    max-width: 100%;
    height: 100%;
    border-radius: 20px;
}
.content_3
{
    margin-bottom: 60px;
}
.content_3 .content_text
{
    margin-bottom: 20px;
}
.content_3 .sub
{
    font-weight: bold;
    font-style: italic;
}
.content_3 .box b
{
    font-style: italic;
}
.content_4
{
    background: #f4f4f4;
    border-radius: 30px;
    box-shadow: 0 0px 12px 0px #afafaf;
    margin-bottom: -30px;
}
.content_4 .inner_content
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
    padding: 40px 0 100px 0;
}
.content_4 .inner_content .white_box
{
    background: #ffffff;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.content_4 .inner_content img
{
    width: 400px;
    max-width: 100%;
    height: 100%;
    border-radius: 20px;
}
.container .box
{
    background: #f4eed8;
    padding: 20px;
    border-radius: 20px;
    height: 100%;
}
@media (max-width: 767px)
{
    .content_2 #pesi_e_dimensioni
    {
        flex-direction: column;
        align-items: center;
    }
    .content_4 .inner_content
    {
        flex-direction: column;
    }
}
@media (max-width: 991px) and (min-width: 768px)
{
    .content_2 #pesi_e_dimensioni
    {
        align-items: center;
    }
    .content_2 #pesi_e_dimensioni img
    {
        width: 300px;
    }
    .content_4 .inner_content img
    {
        width: 300px;
    }
}