main .dedust-video-div-wrapper {
    display: flex;
    justify-content: center;
    padding: 100px;
}

main .dedust-video-div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1000px;
    gap: 5%;
}

main .dedust-video-text {
    /*width: 40%;*/
    width: 100%;
    font-size: 25px;
}

main .dedust-video-video {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    /*width: 55%;*/
}

main .dedust-video-video div {
    width: 100%;
    margin-bottom: 20px;
}

main .dedust-video-video a {
    text-decoration: none;
    color: blue;
}

main .dedust-video-video a:hover {
    text-decoration: underline;
}