
.video-instruction{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.video-instruction .video-card{
    max-width: 640px;
    width: 100%;
    margin-bottom: 100px;
}
.video-instruction .video-card video{
    width: 100%;
    height: 100%;
    background: #000;
}
.video-instruction .video-card .video-info{
    align-self: start;
    font-weight: 400;
    font-size: 26px;
    color: #000;
    height: 75px;
    margin-top: 26px;
}

.pagination-container .page-link{
    font-size: 1.25rem !important;
}
