.ych-custom-heading-banner h2 {
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-transform: none;
    border: none !important;
    box-shadow: none !important;
}

.ych-custom-heading-preview-box h2 {
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-transform: none;
    border: none !important;
    box-shadow: none !important;
}

.ych-custom-heading-editor-wrap {
    width: 100%;
}

@media (max-width: 600px) {
    .ych-custom-heading-banner, .ych-custom-heading-preview-box {
        font-size: clamp(16px, 5.5vw, 24px) !important;
        padding-top: 18px !important;
        padding-bottom: 18px !important;
    }
}
