.wd-moderators, .wd-speakers {
    padding: 0;
    margin: 0 0 40px 0;
    list-style: none;
}

ul.wd-qustions {
    list-style: auto;
    padding-left: 2vw;
    text-align: justify;
}

h1.page-title.project2 {
    margin-bottom: 4vw;
}

.wd-empl-name {
    font-weight: 700;
}

.wd-empl-preview {
    font-size: 1vw;
    padding-left: 4.7vw;
}

li.wd-empl {
    margin-bottom: 1vw;
    margin-top: 1vw;
}

.wd-empl-img {
    background: #aeaeae;
    width: 3.5vw;
    height: 3.5vw;
    border-radius: 100%;
    float: left;
    margin-right: 1vw;
    margin-top: 0.3vw;
    overflow: hidden;
    border: 0.11vw solid #005B95;
}

.wd-empl-img img {
    width: inherit;
    height: inherit;
    object-fit: cover;
}

.wd-video video,
.wd-video iframe {
    width: inherit;
    height: inherit;
}

.wd-video {
    width: 100%;
    height: 35.15vw;
}

.wd-video-container {
    margin-bottom: 5vw;
}

.wd-moderators-speakers-container h4 {
    font-size: 2vw;
    text-transform: none;
}

.wd-moderators-speakers-container>* {
    width: 50%;
}

.wd-moderators-speakers-container {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
    #project2-content h4 {
        font-size: 6.5vw;
        line-height: 7vw;
        margin-bottom: 4vw;
    }

    .wd-empl-name {
        font-size: 4vw;
        display: inline-block;
        vertical-align: top;
    }

    .wd-empl-preview {
        font-size: 2.5vw;
        padding-left: 9vw;
        margin-top: -2vw;
        text-align: justify;
    }

    .wd-empl-img {
        width: 7vw;
        height: 7vw;
        float: none;
        display: inline-block;
    }

    .wd-qustions li {
        font-size: 3.3vw;
        margin-bottom: 3vw;
    }

    .wd-video {
        height: 76vw;
    }

    li.wd-empl {
        margin-bottom: 5vw;
    }

    ul.wd-qustions {
        padding-left: 4vw;
    }

    .wd-moderators-speakers-container>* {
        width: 100%;
    }
}