body {
    overflow-x: hidden;
}
.vp18h-column-gt {
    width: 100%;
    overflow: hidden;
    word-wrap: break-word;
    box-sizing: border-box;
}
.vp18h-column-gt * {
    max-width: 100%;
    box-sizing: border-box;
}
.vp18h-column-gt img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; 
}
.vp18h-column-gt table {
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
}
.vp18h-column-gt iframe {
    max-width: 100%;
}
.vp18h-column-gt p,
.vp18h-column-gt h1, 
.vp18h-column-gt h2, 
.vp18h-column-gt h3, 
.vp18h-column-gt h4, 
.vp18h-column-gt h5, 
.vp18h-column-gt h6 {
    margin: 0 0 10px;
    line-height: 1.8;
}
@media (max-width: 768px) {
    .volkswagen-section {
        padding: 0 10px;
    }

    .volkswagen-title {
        font-size: 1.5rem;
    }

    .volkswagen-btn {
        width: 100%;
        padding: 10px;
    }
}