.dstg-content-wrapper.video-content-wrapper {
    display: block !important; 
    margin: 30px auto !important;
    padding: 0 15px !important;
    width: 100% !important;
    max-width: 1400px !important; 
}

.dstg-content-wrapper.video-content-wrapper .dstg-title-box {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
    border-bottom: 2px dashed #6a718e !important;
}

.dstg-content-wrapper.video-content-wrapper .dstg-title-box .dstg-icon {
    font-size: 20px !important;
    width: 40px !important;
}

.dstg-content-wrapper.video-content-wrapper .video-grid-container {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important; 
    gap: 20px !important; 
    width: 100% !important;
}

.dstg-content-wrapper.video-content-wrapper .dstg-video-item {
    width: 100% !important;
    position: relative !important;
}

.dstg-content-wrapper.video-content-wrapper .dstg-video-item iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important; 
    border-radius: 8px !important;
    display: block !important;
}

@media (max-width: 992px) {
    .dstg-content-wrapper.video-content-wrapper .video-grid-container {
        grid-template-columns: 1fr !important; 
    }
}