 #mainContent { background: #ffe3a4; }
    #PortalPagina { width: 100%; background: #fba41b; }
    #PortalPagina img { width: 100%; }
    #PortalPagina h1 { font-size: 30px; color: white;} 
    #PortalPagina h2 { font-size: 25px; line-height: 40px; }
    
    .Titelbanner { padding: 0; margin: 50px 0 0; }
    .Titel.text-center {  padding: 60px 60px 0; }
    
    article.row .row { align-items: center; justify-content: center;}
    
    .actieVoorwaarden { background: #7d4f08; color: white; padding: 20px 30px; }
    .actieVoorwaarden p { margin: 0; }
    
    /* Producten jacs */
    .product { padding: 20px !important; }
    .product a { display: block; background: white; filter: drop-shadow(2px 4px 6px #00000059); border: 8px solid #efefef; padding: 20px; }
    .productTitle { font-family: Poppins; text-align: center; font-size: 16px; color: #4f2c12; }
    .product a img { width: 65%; }
    .prijzen { position: absolute; right: 10px; bottom: 20px; width: auto; }
    .actieprijs { background: #4f2c12; padding: 5px 10px; color: white; font-size: 25px; }
    .msrp { text-decoration: line-through; color: #000000; text-align: right; font-size: 18px; margin: 0; }
    .msrp:empty { display: none; }
    
    #Actie { background: #e8bc6e;
        .Categorie { padding: 30px; 
            img { width: 60%; }
        }
        .productTitle { height: 41px; overflow: hidden; }
        img { width: 100%; }
    }
    .GoogleForm iframe { width: 100%; height: 130vh; }
    
    @media screen and (max-width: 667px) { /* Mobile */
        #Actie .product { padding: 5px !important; width: 100%; }
        .GoogleForm iframe { height: 120em; }
    }

    @media screen and (min-width: 768px) and (max-width: 1032px) { /* Tablet */
        #Actie .product { width: 50%; }
        .GoogleForm iframe { height: 95em; }
    }