.report-pdf .container{
    padding: 20px;
}
.report-pdf .container .report-pdf-title{
    font-family: var(---outfit-font);
    font-size: var(---title-font);
    color: var(---menu-bg-color);
    margin-bottom: 15px;
}

.detail__page-inner-seperator {
    margin: auto;
}

.detail-4 .detail__page-inner .news__subTitle {
    font-size: 22px;
}

.post__meta {
    justify-content: start !important;
}

.bulletin-pdf{
    padding: 20px 0;
}

.bulletin-pdf-title{
    font-weight: 500;
    font-family: 'Bitter', serif;
    font-size: 31px;
    color: #4E8ABF;
    text-align: left;
}

.bulletin-pdf-desc p{
    color: #959595;
    font-size: 18px;
    font-weight: lighter;
    font-family: 'Manrope', sans-serif;
    text-align: justify;
}

.detail-4{
}

.detail-4 .custom-container{
    width: 100% !important;
}



/* MOBILE VIEW */
@media (max-width: 768px) {
    .report-pdf .container {
        padding: 10px;
    }

    .report-pdf .container .report-pdf-title {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .detail-4 .detail__page-inner .news__subTitle {
        font-size: 18px;
    }

    .post__meta {
        justify-content: center !important;
        text-align: center;
    }

    .bulletin-pdf {
        padding: 15px 0;
    }

    .bulletin-pdf-title {
        font-size: 24px;
        text-align: center;
    }

    .bulletin-pdf-desc p {
        font-size: 16px;
        text-align: left;
    }

    .detail-4 .custom-container {
        width: 100% !important;
        padding: 10px;
    }
}



@media (max-width: 1024px) and (min-width: 768px) {
    .report-pdf .container {
        padding: 15px;
    }

    .report-pdf .container .report-pdf-title {
        font-size: 1.8rem;
        margin-bottom: 12px;
    }

    .detail-4 .detail__page-inner .news__subTitle {
        font-size: 20px;
    }

    .post__meta {
        justify-content: center !important;
        text-align: center;
    }

    .bulletin-pdf {
        padding: 18px 0;
    }

    .bulletin-pdf-title {
        font-size: 28px;
        text-align: center;
    }

    .bulletin-pdf-desc p {
        font-size: 16px;
        text-align: justify;
    }

    .detail-4 .custom-container {
        width: 100% !important;
        padding: 15px;
    }
}
