  .video_type5 {
    padding-top: 3.3rem;
    padding-bottom: 5rem;
}


    .video_type5 h2 {
        font-style: normal;
        font-weight: 700;
        font-size: 3.125rem;
        line-height: 60px;
        text-transform: uppercase;
        color: #1f1f1f;
        margin-bottom: 10px;
    }

.video_type5 h3 {
    color: var(--color-primary);
    letter-spacing: 0.2rem;
}

.video_type5 h4 {
    line-height: 1.5;
    color: var(--color-primary);
    font-weight: 700;
}
.video_type5 .card {
    border: 0;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    background-color: transparent;
}
.video_type5 .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_type5 a {
    text-decoration: none;
}
.video_type5 .card a:hover .card-title {
    color: var(--color-primary);
}
.video_type5 .card .card-body {
    padding-right: 0;
    padding-left: 0;
}
.video_type5 .card .card-body .card-title {
    font-size: 1.1rem;
    line-height: 1.5;
    color: #212529;
}

.video_type5 .card .card-body .card-date {
    color: #b6b6b6;
    padding-bottom: 1rem;
    display: inline-block;
}

.video_type5 .read_more {
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    color: var(--color-primary);
    transition: 0.5s;
    border: 1px solid var(--color-primary);
    padding: 0.35rem 1.5rem;
    border-radius: 5px;
}
.video_type5 .read_more i {
    padding-left: 10px;
}
.video_type5 .read_more:hover {
    background-color: var(--color-primary);
    color: #fff;
}
