@font-face {font-family: Poppins; src: url(https://www.alternate.nl/download/b2c_nl/pic/fonts/Poppins-Regular.ttf); }
    
     #PortalPagina {     background: black; font-family: Poppins;
        img { width: 100%; }
        h1 { font-size: 30px; } 
        h2 { font-size: 25px; line-height: 40px; }
        p { font-size: 16px; line-height: 24px; }
    }
    .Videos { display: flex; justify-content: center; }
    .jacsListing { display: flex; flex-wrap: wrap; justify-content: center; padding: 50px; gap: 10px; }
    .product { background: white; text-align: center; padding: 0 20px !important; border-radius: 20px; }
    .productTitle { font-size: 16px; line-height: 24px; height: 53px; overflow: hidden; }
    .prijzen { text-align: right; }
    .historyPrice { height: 12px; text-decoration-line: line-through; }
    .actieprijs { font-size: 30px !important; font-weight: bold; color: #c10101; }

    @media screen and (max-width: 667px) { /* Mobile */
        #PortalPagina h1 { font-size: 25px; }
        #PortalPagina p { font-size: 14px; line-height: 23px;}
        .Videos { padding: 20px; }
    }

    @media screen and (min-width: 768px) and (max-width: 1032px) { /* Tablet */
        .product { width: 45%; }
    }