@media (max-width: 430px) {
    #beer-hero img{
        height: 150px;
    }
    #beer-hero h2{
        font-size: 24px;
    }
    #beer-patrocinadores img{
        height: auto;
        width: 70px;
}
    #beer-grupos .col-md-2{
        border: none;
        border-radius: 0;
        margin: 0 5%;
    }
    #beer-grupos table{
        border: 1px solid red;
    }
}