.ce-heading {
    margin: 20px auto;
    padding: 20px;
    text-align: center;
    max-width: 800px;
}
.ce-heading .title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}
.ce-heading .sub-title {
    font-size: 18px;
    color: #666;
    margin-bottom: 15px;
}
.ce-heading .title-desc {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}
.ce-heading .btn-theme {
    display: inline-block;
    padding: 10px 20px;
    background: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    margin: 5px;
}
.ce-heading .btn-theme:hover {
    background: #555;
}

.ce-heading-image-pdf{
  display: block;
    padding: 35px 25px;
    background: #f6f6f6;
    color: #1b1815;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #211d4e4f;
    margin-bottom: 5px;
    min-height: 230px;
}

.ce-heading-image-pdf h2{
  font-size: 16px;
  letter-spacing: 0.3px;
    line-height: 22px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 15px;
}
.ce-heading-image-pdf   .pxl-button.pxl-button-default{
  text-align: center;
    margin: auto;
    cursor: pointer;
    font-size: 14px;
    height: 28px;
    border-radius: 100px;
    font-weight: 600;
    padding: 18px 30px;
}
