/* Blog post title readability */
.post-template-content .hero-title.primary-font-title {
    font-family: 'Poppins', sans-serif !important;
    font-size: clamp(2.25rem, 5vw, 4.75rem) !important;
    line-height: 1.08 !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.post-template-content #hero #hero-caption {
    max-width: 1120px;
}

.post-template-content .hero-title.primary-font-title span {
    font-family: 'Poppins', sans-serif !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

@media only screen and (max-width: 767px) {
    .post-template-content .hero-title.primary-font-title {
        font-size: clamp(2rem, 9vw, 3rem) !important;
        line-height: 1.12 !important;
        max-width: 92vw;
    }
}
