@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: #f6f1ff; font-family: Poppins;}
    #PortalPagina img { width: 100%; }
    #PortalPagina h2{text-align:center;font-size:25px;margin: 1%;color:#a366fe;}
    #PortalPagina p{Margin: 3% 7%;font-size:20px;color:#2e0289;}

    #uitleg h1{text-align:center;margin-top:6%;font-size: 40px;color: #6637de;}
    #uitleg p:nth-of-type(2){text-align:center;}

    #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; border: solid #ceb2fd; }
    #Producten .row a .productTitle { font-size: 15px; text-align: center; }
    #Producten .row a .actieprijs { display: block; background: #36b3e1; text-align: center; font-size: 30px; color: white; border-radius: 5px; margin: 0; }

    #PortalPagina iframe { width: 100%; height: 130vh; }
.Videos p{text-align:center;}

    @media screen and (max-width: 667px) { /* Mobile */
        #PortalPagina iframe { height: 300vh; }
        #PortalPagina p{text-align:center; font-size:15px;}
    }

    @media screen and (min-width: 768px) and (max-width: 1032px) { /* Tablet */
        #PortalPagina .col-sm-6 { width: 44%; }
        #PortalPagina iframe { height: 180vh; }
    }