.society-subtitle {
    margin-bottom: 0 !important;
    font-size: 20px !important;
}
@media (max-width: 768px) {
    .society-subtitle {
        font-size: 16px !important;
    }
    .mobile-break {
        display: block;
        margin-top:8px
    }
    .report-title-highlight {
        padding:6px !important;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    .report-title-highlight {
        font-size: 28px;
    }
}