.conferimento-wrapper{
    background:#efefef;
    padding:20px;
    font-family:Arial,sans-serif;
    color:#333;
}

.title-block{
    margin-bottom:30px;
}

.title-block h1{
    margin:0;
    font-size:46px;
    line-height:0.95;
    font-weight:900;
    color:#1f1f1f;
}

.title-block h2{
    margin:0;
    font-size:40px;
    line-height:0.95;
    font-weight:900;
    color:#007845;
}

.main-sections{
    display:flex;
    align-items:flex-start;
    gap:30px;
}

.sections-left{
    flex:1;
}

.waste-section{
    margin-bottom:18px;
}

.section-bar{
    background:#007845;
    color:#fff;
    padding:9px 22px;
    font-size:19px;
    font-weight:800;
    line-height:1;
}

.section-content{
    display:flex;
    align-items:center;
    gap:24px;
    padding:15px 8px 8px;
}

.icons-block{
    display:flex;
    align-items:center;
    gap:18px;
    min-width:230px;
}

.side-icon{
    max-height:75px;
    width:auto;
}

.bin-icon{
    max-height:105px;
    width:auto;
}

.text-block{
    font-size:16px;
    line-height:1.4;
    color:#3a3a3a;
}

.text-block strong{
    color:#007845;
    font-weight:700;
}

.qr-global{
    width:160px;
    text-align:center;
    padding-top:255px;
}

.qr-text{
    font-size:14px;
    line-height:1.2;
    font-weight:700;
    margin-bottom:12px;
    color:#1f1f1f;
}

.qr-code{
    width:95px;
    height:auto;
}

.grass-section{
    margin-top:15px;
}

.grass-bar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:100%;
}

.grass-small{
    font-size:15px;
    font-weight:400;
    text-transform:none;
}

.grass-content{
    justify-content:space-between;
}

.grass-content .text-block{
    flex:1;
}

.grass-qr{
    width:140px;
    text-align:center;
}

@media (max-width:991px){

    .main-sections{
        display:block;
    }

    .qr-global{
        width:100%;
        padding-top:10px;
        margin-bottom:25px;
    }

    .title-block h1{
        font-size:36px;
    }

    .title-block h2{
        font-size:30px;
    }

    .section-bar{
        font-size:17px;
    }

    .grass-bar{
        flex-direction:column;
        align-items:flex-start;
        gap:6px;
    }

    .section-content{
        flex-direction:column;
        align-items:flex-start;
    }

    .icons-block{
        min-width:auto;
    }

    .text-block{
        font-size:15px;
    }

    .grass-qr{
        width:100%;
        text-align:left;
    }
}

@media (max-width:767px){

    .conferimento-wrapper{
        padding:15px;
    }

    .title-block h1{
        font-size:28px;
    }

    .title-block h2{
        font-size:24px;
    }

    .section-bar{
        font-size:15px;
        padding:8px 14px;
    }

    .grass-small{
        font-size:13px;
    }

    .icons-block{
        flex-direction:column;
        align-items:flex-start;
        gap:10px;
    }

    .side-icon{
        max-height:55px;
    }

    .bin-icon{
        max-height:85px;
    }

    .text-block{
        font-size:14px;
        line-height:1.45;
    }

    .qr-text{
        font-size:13px;
    }

    .qr-code{
        width:80px;
    }
}