@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; background: grey; font-family: Poppins;}
    #PortalPagina img { width: 100%; }
    #Producten { padding: 40px; }
    #Producten .row { justify-content: center; }
    
    #Producten .row { gap: 70px; }
    #Producten .row a { display: block; background: white; border-radius: 20px; padding: 20px !important; }
    #Producten .row a .productTitle { font-size: 15px; text-align: center; }
    #Producten .row a .actieprijs { display: block; background: #00825d; text-align: center; font-size: 30px; color: white; border-radius: 5px; margin: 0; }

    #PortalPagina iframe { width: 100%; height: 130vh; }

    @media screen and (max-width: 667px) { /* Mobile */
        #PortalPagina iframe { height: 300vh; }
    }

    @media screen and (min-width: 768px) and (max-width: 1032px) { /* Tablet */
        #PortalPagina .col-sm-6 { width: 44%; }
        #PortalPagina iframe { height: 180vh; }
    }