.download-pdf-wrapper{

}

.download-pdf-wrapper p{
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
    line-height: 30px;
    font-size: 20px;
    min-height: 60px;
}

.download-pdf-wrapper a.btn-download{
    background: var(--color-main);
    color: white;
    width: 100%;
    display: block;
    margin-top: 20px;
    border-radius: 0px;
    text-align: center;
    padding: 10px;
    transition: all 500ms;
}

.download-pdf-wrapper a.btn-download:hover{
    background: var(--color-main-dark);
    text-decoration: none;
}
