.executives-container {
    margin-bottom: 80px;
    margin-top: 30px;
}

.ucapan-komisaris {
    padding: 40px 0 40px 40px;
}

.video-komisaris-xl {
    display: block;
}

.video-komisaris-md {
    display: none;
}

.team-container {
    margin-bottom: 70px;
    display: flex;
    padding-top: 35px;
}

.team-description {
    width: 260px;
    margin-right: 35px;
}

.video-card iframe {
    width: 278px;
    height: 410px;
}

.ucapan-direksi {
    padding: 40px 40px 40px 0;
}

@media screen and (max-width: 1440px) {
    .carousel-wrapper {
        max-width: 622px !important;
    }
}

@media screen and (max-width: 1024px) {
    .executives-container {
        margin-top: unset;
    }

    .ucapan-komisaris {
        padding: 0 0 40px 0;
    }

    .ucapan-direksi {
        padding: 40px 0 40px 0;
    }

    .video-komisaris-xl {
        display: none;
    }

    .video-komisaris-md {
        display: block;
    }

    .team-container {
        display: block;
        margin-bottom: 35px;
    }

    .team-description {
        width: 100%;
    }

    .team-container.team-magang-kuliah {
        display: flex;
    }

    .team-container.team-magang-kuliah .team-description {
        width: 260px;
        margin-right: 80px;
    }

    .video-card iframe {
        width: 190px;
        height: 300px;
    }
}

@media screen and (max-width: 768px) {
    .video-card iframe {
        width: 132px;
        height: 215px;
    }
}

@media screen and (max-width: 425px) {
    .team-container.team-magang-kuliah {
        display: block;
    }

    .team-container.team-magang-kuliah .team-description {
        width: 100%;
        margin-right: unset;
    }

    .video-container {
        justify-content: center;
    }
}

@media screen and (max-width: 375px) {
    .video-card {
        flex: 0 0 188px !important;
        height: 307px !important;
    }

    .video-card iframe {
        width: 188px;
        height: 308px;
    }
}

@media screen and (max-width: 320px) {
    .video-card {
        flex: 0 0 140px !important;
        height: 230px !important;
    }

    .video-card iframe {
        width: 140px;
        height: 230px;
    }
}