.elementor-100128258 .elementor-element.elementor-element-58a6fc1{--display:flex;}.elementor-widget-text-editor{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-100128258 .elementor-element.elementor-element-6ac8f29{--display:flex;}@media(min-width:768px){.elementor-100128258 .elementor-element.elementor-element-58a6fc1{--content-width:1600px;}}/* Start custom CSS for text-editor, class: .elementor-element-1dcd850e */body {
    font-family: 'Avenir', sans-serif;
    background-color: #f9f9f9;
    color: #333;
    margin: 0;
    padding: 0;
  }

  .section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
  }

  .section h2 {
    color: #c52f2e;
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .two-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
  }

  .two-columns .text,
  .two-columns .image {
    flex: 1 1 48%;
  }

  .text {
    font-size: 1rem;
    line-height: 1.6;
    text-align: justify;
  }

  .image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  .grid-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
  }

  .grid-gallery img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.3s ease;
  }

  .grid-gallery img:hover {
    transform: scale(1.05);
  }

  @media screen and (max-width: 768px) {
    .two-columns {
      flex-direction: column;
    }
  }/* End custom CSS */