.elementor-75662 .elementor-element.elementor-element-511cfd25{--display:flex;}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-456ac225 */.chiller-image-row {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  margin: 30px 0;
}

.chiller-image-row a {
  display: block;
  flex: 1;
  max-width: 256px;
}

.chiller-image-row img {
  width: 100%;
  height: auto;
  display: block;
}

.chiller-text-content {
  width: 100%;
  margin-top: 20px;
}

.chiller-text-content p {
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .chiller-image-row {
    flex-direction: column;
    align-items: center;
  }

  .chiller-image-row a {
    max-width: 300px;
  }
}

.chiller-image-row p {
  display: flex !important;
  gap: 24px;
  justify-content: center;
  align-items: flex-start;
  margin: 30px 0;
}

.chiller-image-row p a {
  display: block;
  flex: 1;
  max-width: 256px;
}

.chiller-image-row p img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .chiller-image-row p {
    flex-direction: column;
    align-items: center;
  }

  .chiller-image-row p a {
    max-width: 300px;
  }
}

.wpb_text_column ol, .wpb_text_column  ul
{
    list-style: disc;
    margin-left: 30px;
}/* End custom CSS */