.pdf_content {
background: var(--text-white);
padding: 20px;
border-radius: 10px;
}

.pdf_company_logo {
max-width: 180px;
width: 100%;
}

.pdf_company_tel {
color: black;
}

.pdf_company_tel:hover {
color: black;
}

.pdf_blog_item_header_title {
font-size: 25px;
font-weight: 600;
margin-bottom: 10px;
text-align: center;
}

.pdf_blog_item_header_description {
font-size: 16px;
font-weight: 400;
margin-bottom: 20px;
text-align: center;
}