.spacing{
    margin-top: 50px;
    margin-left: 30px;
    margin-bottom: 40px;
}

.spacing .title{
    font-weight: 700;
}

.pdfs{
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.pdfs a{
    margin-left: 0;
    margin-right: 0;
    max-width: fit-content;
}