/** === Drop Cap and Subhead Block === */
p.has-drop-cap:not(:focus)::first-letter{
    font-size: 130px;
    margin-top: 10px;
    margin-right: 30px;
}

@media (max-width: 768px){
    p.has-drop-cap:not(:focus)::first-letter{
        font-size: 80px;
        margin-top: 15px;
        margin-right: 10px
    }    
}