/* Remove top margin from drop cap paragraphs in WPBakery columns */
.wpb_text_column .has-drop-cap {
    margin-top: 0 !important;
}

.wpb_text_column .has-drop-cap:not(:focus):first-letter {
    margin-top: 0 !important;
}