.elementor-4028 .elementor-element.elementor-element-52d1e6f7{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), poppins;font-size:var( --e-global-typography-text-font-size );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-4028 .elementor-element.elementor-element-b6e5405{font-family:"Poppins", poppins;font-size:18px;font-weight:400;line-height:2em;color:#000000;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-b6e5405 */.container {
      max-width: 900px;
      margin: auto;
      background-color: #fff;
      padding: 30px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      border-radius: 10px;
    }
    h1, h2, h3 {
      color: #467FF7;
      padding-top: 20px
    }
    a {
      color: red;
      text-decoration: none;
    }
    a:hover {
      text-decoration: underline;
    }
    ul {
      margin-left: 20px;
    }
    .highlight {
      background-color: #e7f3fe;
      padding: 10px;
      border-left: 5px solid #2196F3;
      margin: 20px 0;
    }
    
    .crane-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 20px 0;
  }

  @media (max-width: 767px) {
    .crane-grid {
      grid-template-columns: 1fr;
    }
  }

  .crane-grid figure {
    text-align: center;
  }

  .crane-grid img {
    max-width: 100%;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 8px;
  }

  .crane-grid figcaption {
    font-weight: bold;
    margin-top: 8px;
  }/* End custom CSS */