.ck-content h1, .ck.ck-list__item .ck-button.ck-heading_heading1 .ck-button__label {
 font-size: 36px;
 color: #000;
 font-weight: 600;
}

.ck-content h2, .ck.ck-list__item .ck-button.ck-heading_heading2 .ck-button__label {
 font-size: 34px;
 color: #000;
 font-weight: 600;
}

.ck-content h3, .ck.ck-list__item .ck-button.ck-heading_heading3 .ck-button__label {
  font-size: 30px;
  color: #000;
  font-weight: 600;
}

.ck-content h4, .ck.ck-list__item .ck-button.ck-heading_heading4 .ck-button__label {
 font-size: 22px;
 color: #000;
 font-weight: 600;
}

.ck-content h5, .ck.ck-list__item .ck-button.ck-heading_heading5 .ck-button__label {
 font-size: 20px;
 color: #000;
 font-weight: 600;
}

.ck-content h6, .ck.ck-list__item .ck-button.ck-heading_heading6 .ck-button__label {
 font-size: 18px;
 color: #000;
 font-weight: 600;
}

.ck-content a {
 font-size: 15px;
 color: #009BDF;
}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_ne, .ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se {
  overflow: scroll !important;
  height: 100px !important;
}
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se {
overflow: scroll !important;
  height: 100px !important;
}

