.content .title-img {

    margin: 50px auto;
    text-align: center;
}

.content .title-img img {
    height: 12vh;
    width: auto;
}

.join-sarch {
    position: absolute;
    top: 600px;
    width: 920px;
    left: calc(50% - 460px);
    height: 200px;
}

.carousel-inner {
    height: 720px !important;
}

.video {
    text-align: center;
}

.video .title {
    font-size: 30px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
}

.video .content {
    margin-top: 24px;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    text-align: initial;
}

.video-list {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 10px));
    grid-template-rows: 320px;
    column-gap: 20px;
}

.video-list video {
    object-fit: fill;
}

.video-note {
    margin-top: 50px;
}

@media (max-width: 960px) {
    .video-list {
        display: grid;
        grid-template-columns: calc(90% - 10px);
        grid-template-rows: repeat(2, 320px);
        row-gap: 20px;
        justify-content: center;
    }

    .content {
        /* padding: 20px; */
    }

    .content .title-img img {
        height: 8vh;
        width: auto;
    }


}

.module-carousel-item {
    width: 100vw !important;
    height: auto !important;
    max-height: auto !important;
}

.module-carousel-item img {
    width: 100vw !important;
    height: auto !important;
    max-height: auto !important;
}

.compontent {
    padding: 0 20px;
    margin-bottom: 20px;
}