  .video_type8 {
    padding-top: 3.3rem;
    padding-bottom: 5rem;
}
    .video_type8 h2,
    .video_type8 h3 {

        letter-spacing: 0.2rem;
        font-weight: 700;
        font-size: 3.125rem;
    }

    .video_type8 .card {
        border: 0;
        border-radius: 5px;
        box-shadow: 0px 4px 10px rgb(189,189,189,0.6);
        position: relative;
    }

        .video_type8 .card a {
            text-decoration: none;
            color: #212529;
        }

        .video_type8 .card .num {
            position: absolute;
            left: 10px;
            top: 10px;
            background-color: var(--color-primary);
            color: var(--color-secondary);
            padding: 8px 12px 8px 12px;
            border-radius: 10px;
            font-weight: 700;
            font-size: 1.125rem;
        }

        .video_type8 .card a:hover .card-title {
            color: var(--color-primary);
        }

        .video_type8 .card .card-body .card-title {
            font-size: 1.1rem;
            line-height: 1.5;
            min-height: 52px;
        }

        .video_type8 .card .card-body .card-date {
            color: #b6b6b6;
            padding-bottom: 1rem;
            display: inline-block;
        }
