@media screen and (max-width: 1279px) {
    .chivato {
        background-color: greenyellow;
    }

    .list_title {
        padding-left: 1em;
        padding-right: 1em;
    }

    .price__review {
        margin: auto;
        width: 85%;
        justify-content: center;     
    }

    .price__review_container {
        width: 40%;
    }

    .price__list_row {
        max-width: 60%;
    }
    .footer__texts {
        margin-left: 1em;
        margin-right: 1em;
    }
}

@media screen and (max-width: 767px) {
    .chivato {
        background-color: goldenrod;
    }

    .container .header {
        height: 5em;
    }
    .price__review {
        margin: auto;
        justify-content: center;
        display: block;
    }

    .price__review_container {
        width: 100%;
    }
    .price__list_row {
        max-width: 100%;
    }   
    .footer__texts {
        margin-left: 1em;
        margin-right: 1em;
        text-align: justify;
    } 
}

@media screen and (max-width: 480px) {
    .chivato {
        background-color: red;
    }

    .price__review_container {
        padding: 10px;
        width: 100%;
        border-radius: 5px;
        margin: auto;
        background-color: #fafafa;
        margin-bottom: 1em;
    }

    .price__review {
        display: block;
        margin: auto;
    }

    .buttons_group_btn {
        font-size: 19px;
    }
    .footer__texts {
        margin-left: 1em;
        margin-right: 1em;
        text-align: justify;
    }
}
