@media (max-width: 992px) {
    body {
        padding-bottom: 62px;
    }
    
    p,
    .intro p {
        font-size: 1rem;
    }
    
    h1 {
        font-size: 1.5em;
    }
    
    .onas .left,
    .onas .right,
    .studnie-glebinowe .left,
    .studnie-glebinowe .right {
        float: none;
        padding: 20px;
        width: initial;
    }
    
    .onas .left h2 {
        border-right: 0;
        text-align: center;
    }
    
    .produkty .onefourth {
        text-align: center;
        width: 100%;
    }
    
    .produkty .onefourth .product {
        padding: 40px;
    }
    
    .produkty .onefourth:hover .product i {
        font-size: 5em;
    }
    
    .produkty .onefourth .product .description {
        opacity: 100;
    }
    
    .produkty .onefourth .product .description ul {
        text-align: center;
    }
    
    #menu {
        overflow-x: scroll;
        overflow-y: hidden;
    }
    
    #menu li {
        white-space: nowrap;
    }
    
    #menu li a {
        font-size: 12px;
        padding: 14px 5px;
    }
    
    #menu li img {
        height: 15px;
    }
    
    #menu li.phone {
        display: none;
    }
    
    #contact .section {
        height: auto;
        min-height: auto;
        width: 100%;   
    }
    
    #contact .mapa {
        height: 350px;
    }  
    
    #contact .mapa .button {
        display: none;
    }   
}