@media (max-width: 800px) {
    .header .logo a{
        font-size: 40px;
    }
    .header h2{
        font-size: 15px;
    }
    .buttons-block button{
        width: 380px;
    }
    .product-block{
        height: auto;
        background-color: #a4c03b;
    }
    .product-block .prod-info{
        background-image: none;
        height: auto;
        padding-bottom: 20px;
    }
    .product-block .prod-info .prod-info-inside{
        margin-top: 0;
        width: 100%;
        float: none;
    }
    .options .option .num{
        display: none;
    }
    .options{
        margin-top: 0;
    }
    .options .option .all{
        min-height: auto;
    }
    .options .option .all div{
        min-height: 120px;
    }
    .footer h3{
        font-size: 25px;
    }
    .how-works .testim{
        display: none !important;
    }
    .caracters{
        background-image: none !important;
        padding-top: 50px;
    }
    .modal-lg{
        width: 97% !important;
        margin-left: 1.5%;
    }
    .product-block .prod-info::after{
        display: none;
        border: 1px solid red;
    }
}

@media (max-width: 550px) {
    .header .menu ul li{
        display: block;
        text-align: center;
    }
    .header .menu ul{
        padding: 0;
    }
    .buttons-block button{
        width: 300px !important;
        margin: 0 auto;
        display: block;
    }
    .footer .btn-download{
        font-size: 16px;

    }
    .buttons-block div{
        padding: 0;
        text-align: left;
        margin-bottom: 10px;
    }
}
