.pdf_box{
    padding: 50px;
}
.pdf_box_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.pdf_box_flex p,
.pdf_box_flex span {
    font-size: 28px;
    color: #333333;
    line-height: 1;
    font-family: "poppins-regular";
}