.pdf-instruction{
    display: grid;
    grid-template-areas: "first second" "first third";
    justify-content: start;
    column-gap: 17px;
    margin-bottom: 32px;
    align-items: center;
}
.pdf-instruction:before{
    grid-area: first;
    content: '';
    width: 30px;
    height: 40px;
    background: url(images/pdf.svg) 0 0 no-repeat;
}
.pdf-instruction .pdf-name{
    grid-area: second;
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    color: var(--dark-blue);
    text-decoration: none;
}
.pdf-instruction  .pdf-size{
    grid-area: third;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000;
}
/*
.video-instructions{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.video-instructions .video-card{
    max-width: 640px;
    margin-bottom: 100px;
}
.video-instructions .video-card video{
    max-width: 640px;
    max-height: 362px;
    width: 100%;
    height: 100%;
}
.video-instructions .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;
}*/
