@media screen and (max-width: 2100px){

}
@media screen and (max-width: 1920px){

}
@media screen and (max-width: 1550px) {

}
@media screen and (max-width: 1230px){

}   
@media screen and (max-width: 1000px){
    .back_menu_img{
        margin-top: 10rem;
    }
    .back_menu_img .image{
        height: 35rem;
    }
    .back_menu_img .content h2{
        font-size: 5.5rem;
        line-height: 6rem;
    }
    .back_menu_img .content p{
        font-size: 2rem;
        line-height: 3rem;
    }
    .back_menu_img .image img{
        object-position: right;
    }
    .donativos .content{
        flex-direction: column-reverse;
        align-items: center;
        padding: 5rem 0;
    }
    .donativos .content .cart_donativo{
        width: 100%;
    }
    .donativos .content .information{
        width: 100%;
    }
    .donativos .content .information .image{
        display: flex;
        justify-content: center;
    }
    .donativos .content .information .image img{
        width: 50%;
    }
}
@media screen and (max-width: 750px) {
    
}
@media screen and (max-width: 700px){
    .back_menu_img .image{
        height: 28rem;
    }
    .back_menu_img .content h2 {
        font-size: 4.5rem;
        line-height: 5rem;
        text-align: center;
    }
    .back_menu_img .content p {
        font-size: 1.7rem;
        line-height: 2.2rem;
        text-align: center;
    }
    .back_menu_img .content{
        width: 100%;
        left: 0;
    }
    .donativos .content .cart_donativo h3, .donativos .content .information h3{
        text-align: center;
        font-size: 2rem;
        line-height: 2.5rem;
    }
    .donativos .content .information .description,
    .donativos .content .information .info li h4,
    .donativos .content .information .info li p{
        font-size: 1.8rem;
        line-height: 2.3rem;
        text-align: center;
    }
    .donativos .content .information .info li{
        justify-content: center;
    }
}
@media screen and (max-width: 650px){
    .donativos .content .information .image img{
        width: 80%;
    }
}
@media screen and (max-width: 500px) {

}
@media screen and (max-width: 400px){
    .back_menu_img .content h2{
        font-size: 3.7rem;
        line-height: 4.2rem;
    }
}