/*
Theme Name: BARM DC
Author: BARM DC
Description: Meet WordPress Theme by Artureanec - really amazing, powerful, clean and ultramodern product, that created with love and attention to details. We know it's difficult to represent yourself on the web in the right way, that's why we spent a lot of time trying to make our Theme more effective. It's flexible, easy customizable, high-quality and really easy to use! So everyone can make awesome website with it. Hope you'll like it. Enjoy!
Version: 2.1.3
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: BARM
*/
.page-subtitle {
    font-size: 18px;
    color: #1f1f1f;
    margin-top: 8px;
    font-weight: 400;
    line-height: 1.4;
    max-width: 900px;   /* ✅ control width */
    word-wrap: break-word; /* ✅ force long words to wrap */
    overflow-wrap: break-word; /* ✅ modern browsers */
    white-space: normal; /* ✅ allow wrapping */
}

/* 📱 Responsive adjustments */
@media (max-width: 768px) {
    .page-subtitle {
        font-size: 16px;
        max-width: 90%;  /* ✅ fit mobile screen */
    }
}

@media (max-width: 480px) {
    .page-subtitle {
        font-size: 14px;
        max-width: 95%;  
    }
}