@font-face {font-family: Poppins; src: url(https://www.alternate.nl/download/b2c_nl/pic/fonts/Poppins-Regular.ttf); }

    #PortalPagina { width: 100%; position: relative; z-index: 0; font-family: Poppins;
       img { width: 100%; }
    }
    
    #Producten .row { background: black; justify-content: center; padding: 0 50px; }
    #Producten .row a { width: 270px; }

    @media screen and (max-width: 667px) { /* Mobile */
        #Producten .row a {
    width: 100%;
}
    }

    @media screen and (min-width: 768px) and (max-width: 1032px) { /* Tablet */
        #Producten .row a {
    width: 30%;
}
    }