
.youtube {
    padding-top: 40px;
    padding-bottom: 13px;
    position: relative;
}
.youtube::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(50% + 45px);
    left: 0;
    bottom: 0;
    background-color: #1e242e;
}
.youtube__top {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.youtube__card,
.youtube__swiper {
    overflow: hidden;
}
.youtube__card {
    width: 100%;
    height: 440px;
    border-radius: 20px;
    position: relative;
    z-index: 20;
}
.youtube__card:hover .youtube__bg img {
    transform: scale(1.04);
    transition: all 0.3s;
}
.youtube__bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.youtube__bg,
.youtube__bg img {
    border-radius: 20px;
}
.youtube__play {
    position: absolute;
    width: 45px;
    height: 52px;
    top: calc(50% - 26px);
    left: calc(50% - 17.5px);
    z-index: 10;
    transition: all 0.3s;
}
.youtube__play:hover {
    transform: scale(1.1);
    transition: all 0.3s;
}
.youtube__btn {
    padding: 14px 16px;
    margin-left: 48px;
}
.youtube__btn svg {
    margin-right: 15px;
}
.youtube__btn span {
    margin-bottom: -3px;
}
@media (max-width: 1320px) {
    .youtube__card {
        height: 360px;
    }
}
@media (max-width: 1190px) {
    .youtube {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .youtube__top {
        margin-bottom: 30px;
    }
    .youtube__swiper {
        overflow: visible;
    }
}
@media (max-width: 760px) {
    .youtube {
        padding-bottom: 20px;
    }
    .youtube__top {
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .youtube__title br {
        display: block;
    }
    .youtube__card {
        height: 193px;
    }
    .youtube__btn {
        padding: 14px 16px;
        margin-left: 0;
    }
}
