@media (max-width: 768px) {
    #beer-hero img{
        height: 150px;
    }
    #beer-hero h2{
        font-size: 24px;
    }
}