.video-container {
    width: 100%;
    padding: 0%;
    margin: 0%;
}

.video-container iframe {
    width: 100%;
    height: 250px;
    border-radius: 8px;
}

.video-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0px;
    background: linear-gradient(to left, #24013c, #280842, #3d1b85, #2c2574);
    border-radius: 12px;
    padding: 20px;
    padding-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
}

.video-wrapper iframe {
    width: 100%;
    height: 450px;
    border: none;
    border-radius: 10px;
}

.video-description {
    text-align: center;
    margin-top: 20px;
}

.video-description h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: #ffffff;
}

.video-description p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 8px;
    color: #e4e6eb;
}
