.elementor-3023 .elementor-element.elementor-element-8dc899b{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.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 );}.elementor-3023 .elementor-element.elementor-element-58128b5{--display:flex;}@media(max-width:1024px){.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS *//* === AMA Offers: Universal Layout Styles === */
.ama-offer {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  align-items: flex-start;
  padding: 30px 30px 30px 35px;
  margin: 0;
  color: black;
}

.ama-offer .ama-text {
  flex: 1;
  min-width: 0;
}

.ama-offer img {
  max-width: 220px;
  height: auto;
  margin: 0;
  display: block;
  flex-shrink: 0;
}

@media (max-width: 1200px) {
  .ama-offer {
    flex-direction: column;
    align-items: center;
    text-align: left;
  }

  .ama-offer img {
    margin-top: 20px;
    max-width: 100%;
  }
}/* End custom CSS */